A {
	color : blue;
	text-decoration : none;
}

A:VISITED {
	color : Maroon;
}


A:HOVER {
	color : red;
	text-decoration : underline;
}
  

.detail {
	color: Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-size :  12px;
	text-align :  justify;
}


.links {
	font-size : small;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : transparent;
	color : Black;
}

HR {
	color :  Green;}

.moodnet {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 8%;
	margin-right : 5%;
	font : 12px "MS Sans Serif", Geneva, sans-serif;
}