/* Links style */
body {
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited { 
text-decoration: underline;
color:#ffff00
}

.bodytext {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.bodytext2 {
	FONT-SIZE: 13px; COLOR: #ccff33; FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* Background of the CSS menu */
table.navback {
	background: url(assets/menuback.jpg);
}

/* CSS menu: style */
.navtitle {
color:#E1FF66;
padding-left: 13px;
font-weight: bold;
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* CSS menu: style */
a.nav:link,a.nav:active,a.nav:visited {
color: white;
padding-left: 30px;
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Helvetica, sans-serif
text-decoration: none;
}

/* CSS menu: style */
a.nav:hover {
	color: white;
	text-decoration: underline;
}
