body         {
	font-family: Arial;
	font-size: 12px;
	color: White;
	background-color: #990000;
	font-weight : normal;
}

p            {
    font-family: Arial;
	font-size: 12px;
	color: Black;
	font-weight : normal;
}

a            {
    font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : bold;
}

a:hover     {
	color: #FF0000;
}

h1           {
	font-family: Arial;
	color: Yellow;
	font-size: 20px;
	font-weight: bold
}

h2           {
	font-family: Arial;
	color: Red;
	font-size: 18px;
	font-weight: bold
}

h3           {
	font-family: Arial;
	color: Silver;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
}

h4           {
	font-family: Arial;
	color: #336699;
	font-size: 14px;
	font-weight: bold
}

INPUT {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : Black;
}

TEXTAREA {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : Black;
}

HR {
	color: Silver;
}
