A:VISITED {
	color:red;
	font-family : "Comic Sans MS";
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
}
A:LINK {
	color:red;
	font-family : "Comic Sans MS";
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
}
A.plain {
	color: black;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 1%;
}

P.MainText {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	margin-left : 20px;
	margin-right : 20px;
	color: blue
}

