/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/

p, dl, ul, td, body {
font-size: 11px;
font-family: "Verdana", "Arial", sans-serif;
}

a.link:link { color: #0066FF; }
a.link:visited { color: #3D56F5; }
a:link { color: #0066FF; }
a:visited { color: #3D56F5; }

.header {
font-size: 11px;
font-family: "Verdana", "Arial", sans-serif;
}

.cat-title {
font-size: 18px;
font-family: "Verdana", sans-serif;
}

.nav-links {
font-size: 10px;
color: #555555;
font-family: "Verdana", sans-serif;
}

.caption {
font-size: 9px;
font-family: "Verdana", sans-serif;
}

.smaller { 
font-size: 9px; 
font-family: "Verdana", sans-serif; }

.larger { 
font-size: 13px; 
font-family: "Verdana", sans-serif; }


/*	This is used for the sub headers					*/
h2 { 
font-size: 15px; 
font-family: "Verdana", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 0px;
}


/*	New links								*/
.new {
font-size: 10px;
color: #000000;
background: #FFFF66;
font-weight: bold;
font-family: "Arial", sans-serif;
}

/*	Hot Popular links								*/
.pop {
font-size: 10px;
color: #000000;
background: #FF7878;
font-weight: bold;
font-family: "Arial", sans-serif;
}

/*	Editor's Pick links								*/
.pick {
font-size: 10px;
color: #000000;
background: #FFFFFF;
font-weight: bold;
font-family: "Arial", sans-serif;
}