body
{
    color: #24387A;
    background-color: #FFFFDD;
    font-family: arial;
    font-size: 12px;
}

.normal
{
    color: #24387A;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
}

.error
{
    color: #DC143C;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.correct
{
    color: #2E8B57;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.info
{
    color: #000099;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.menu_off
{
	color: #0033CC;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

.menu_on
{
	color: #CD5C5C;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

.header
{
    color: #24387A;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}

a.normal
{
	color: #CD5C5C;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

a.normal:visited
{
	color: #CD5C5C;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;	
}

.button
{
    color: #24387A;
    background-color: #D3D3D3;
    font-family: arial;
    font-size: 12px;
}
