/* Top Category Menu */ 

.topmenu A:link {
	COLOR: black; text-decoration: none
}
.topmenu A:visited {
	COLOR: purple; text-decoration: none
}
.topmenu A:active {
	COLOR: black; text-decoration: none
}
.topmenu A:hover {
	COLOR: red; text-decoration: underline
}

/* Featured box */ 
.featured A:link {
	COLOR: black; text-decoration: underline
}
.featured A:visited {
	COLOR: purple; text-decoration: underline
}
.featured A:active {
	COLOR: black; text-decoration: underline
}
.featured A:hover {
	COLOR: red; text-decoration: underline
}

/* You Are Here */ 
.youarehere {font:12px Verdana, Arial, Helvetica, sans-serif;}

.youarehere A:link {
	COLOR: blue; text-decoration: underline
}
.youarehere A:visited {
	COLOR: purple; text-decoration: underline
}
.youarehere A:active {
	COLOR: blue; text-decoration: underline
}
.youarehere A:hover {
	COLOR: red; text-decoration: underline
}

/* MainPages */ 
.mainpage {font:12px Verdana, Arial, Helvetica, sans-serif;}

.mainpage { line-height: 16px; }

 .mainpage A:link {
	COLOR: blue; text-decoration: none
}
.mainpage A:visited {
	COLOR: purple; text-decoration: none
}
.mainpage A:active {
	COLOR: blue; text-decoration: none
}
.mainpage A:hover {
	COLOR: red; text-decoration: underline
}

.menuclick {font:12px Verdana, Arial, Helvetica, sans-serif;} 

/* Main content */ 
body{margin:1px;font:12px Verdana, Arial, Helvetica, sans-serif; color:#000000;} 
p {margin:1px;font:12px Verdana, Arial, Helvetica, sans-serif; color:#000000;}
/*{font-size: 12px;} */
ul{margin:0;padding:0;} 
/* Main Link Properties */ 
A:link { 	color: blue; text-decoration: none; } 
A:visited { 	color: purple; 	text-decoration: none; } 
A:active { 	color: black; 	text-decoration: underline; } 
A:hover { 	color: red; 	text-decoration: underline; } 
