/* =================================================== */
/* =============== REDEFINED HTML TAGS =============== */
/* =================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000033;
	font-size: x-small;

}
p {
	font-size: x-small;
}
h1 {
	font-size: medium;

}
/* TEXT LINKS ============================== */
a:link{
	color: #FF9900;
	text-decoration: none;

}
a:visited{
	color: #EEAF6F;
	text-decoration: none;

}
a:active{
	color: #E34914;
	text-decoration: none;

}
a:hover{
	color: #F67122;
	text-decoration: underline;

}
