/* 
	Style sheet for "Paris Tourism" web template
*/

/* general tags */
html { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
body { background-color: #3D4C3A; background: url(images/background.gif); }
p,td,th,li { font: 13px font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

/* links */
a:link { font: 13px; text-decoration: none; color: #1B3491; }
a:visited { font: 13px; text-decoration: none; color: #301366; }
a:hover { text-decoration: underline; }
a.menu:link { font: bold; color: #FFF4B7; }
a.menu:visited { font: bold; color: #FFF4B7; }

/* header */
td.header { background-color: #0B0B07; }

/* menu */
table.menu { background-color: #000000; }
td.menu { background-color: #1B235C; }

/* content */
td.main { background-color: #FFFFFF; }
td.content { background-color: #F4F1DC; }

/* border */
td.border { background-color: #000000; }

/* footer */
td.footer { font: 10px; color: #D4D2D4; background-color: #2A2028; }
td.footerborder { background-color: #FDFDFD; }

