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

/* For links */
A:link {color: #225122}
A:visited {color: #554400}
A:active {color: #554400}
A:hover {color: #ff0000}
A
{
	font-family: Times New Roman,Times,Serif;
}

TABLE
{
	border-style: ridge;
}

TH
{
    font-size: 12px;
	font-family: Arial,San-Serif;
	font-weight: bold;
}
TD
{
	/* border-bottom-style: dotted; */
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


.row_grey
{
    background-color:  #999999;
}

.row_lightblue
{
    background-color: #ccccff;
	font-size: 10px;
	font-family: Arial,San-Serif;
}
.row_blue
{
    background-color: #9999ff;
	font-size: 10px;
	font-family: Arial,San-Serif;
}

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

P
{
	font-size: 12px;
	font-family: Arial,San-Serif;
}

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


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

LI
{
	color: blue;
	font-family: Times New Roman,Times,Serif;
}

.COPYRIGHT
{
    font-family: Times New Roman,Times,Serif;
    font-size: 12px;
    font-style: italic;
}

/*
  Forms
*/
INPUT
{
    font-size: 12px;
    font-family: Arial,San-Serif;
}

SELECT
{
    font-family: Arial,San-Serif;
    font-size: 12px;
    font-weight: bold;
}
