/*
  This is a comment. I love comments.
*/

/* For links */
A:link {color: #225122; background-color:#ffffff}
A:visited {color: #554400; background-color:#ffffff}
A:active {color: #554400; background-color:#ffffff}
A:hover {color: #ff0000; background-color:#ffffff}

/* For body */
BODY
{
	color: black;
	background-color: #ffffff;
	font-family: "Times New Roman",Times,Serif;
}

P
{
    font-family : "Times New Roman", Times, Serif;
}

H1
{
	font-family: "Times New Roman",Times,Serif;
	font-size: 24px;
}


H2
{
	font-family: "Times New Roman",Times,Serif;
	font-size: 18px;
}

H3
{
	font-family: "Times New Roman",Times,Serif;
	font-size: 16px;
}

UL
{
    margin-left: 0;
    padding-left: 2.5em;
}

LI {
    font-family: "Times New Roman",Times,Serif;
    list-style-type : circle;
    list-style-position : outside;
}

.row_grey
{
    color: black;
    background-color:  #999999;
}

.small_text {
    font-size: small;
}
