body{
	background:#111111; color:#ff0000
}

em{
	font-size:35px;
	font-weight:bold;
	color:#111111;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}

h1, h2{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:#FB9A07;
}

a:link{
	font-style:italic;

	font-color:#ff00ff
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	color: #CCFF99;
	font-size: 12pt;
}

a:visited{
	font-weight:normal;
	font-color:#2200ff;
	text-decoration:underline;
	font-size: 12pt;
	color: #FFCCFF;
}

a:hover{
	font-weight:bold;
	color:#0000ff;
	text-decoration:underline
}
