/* CSS definition file containing site wide stylesheets */

.comment {
	display: none
}

.slidelink {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(128,128,128)
}

A {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	color:#999;
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	color:#333;
 	font-weight: bold;
 	text-decoration: none 
}

