/* General page style */

html,body {
background:#FDFCF6;
margin-top:0px;
padding:0px;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:12px;
}

p {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:12px;
color:#000000;
line-height:17px;
}

a:link,a:active,a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}

/* Content */

.head {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-weight:bold;
}

.nav {
line-height:20px;
}

/* Content */

a.selected:link,a.selected:active,a.selected:visited {
color:#000000;
text-decoration:none;
font-weight:bold;
}

a.selected:hover {
color:#000000;
text-decoration:none;
font-weight:bold;
}

a.txt:link,a.txt:active,a.txt:visited {
color:#000000;
text-decoration:underline;
}

a.txt:hover {
color:#000000;
text-decoration:underline;
}