BODY { 
	background-color : #004080;
	color : black;
 	font-family : verdana,arial,helvetica;
	text-align:center;
}

th {
	color   : white;
	background-color : #64946A;
	font-weight: bold;
}
#box {
        color   : black;
        background-color : #EEEEEE;
        width   : 95%;
        padding : 5px;
        border  : 1px dotted black;
        border-left  : 2px solid black;
        border-right : 2px ridge silver;
        border-bottom: 3px ridge black;
        border-top   : 3px ridge black;
        text-align:left;
        overflow : visible;
}

#gbox {
        color   : black;
        background-color : #EEEEEE;
        width   : 95%;
        padding : 5px;
        border  : 1px dotted black;
        border-left  : 2px solid black;
        border-right : 2px ridge silver;
        border-bottom: 3px ridge black;
        border-top   : 3px ridge black;
        text-align:left;
        overflow : visible;
}

#precode {
	background-color : #FFE6E6;
	padding : 5px;
	position: relative;
	left    : 20px;
    width   : 90%;
	border  : 1px dotted black;
}

#side_bar a:link {
    font-weight: normal;
}

#side_bar a:hover {
    font-weight: normal;
}

#side_bar a:visited {
    font-weight: normal;
}

#side_bar a:active {
    font-weight: bold;
}

P {
        color 	: black;
	background-color : snow;
	padding : 6px; 
	border  : 1px dotted black;
 	text-align:left; 
	overflow : auto;
}

A:link {
	color : #000099;
	font-weight: bold;
	text-decoration: underline;
	background-color : transparent; 
}

A:visited {
	color : #000033;
	font-weight: bold;
	text-decoration: underline;
	background-color : transparent; 
}

A:hover {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
}

A:active {
	color: red;
	text-decoration: none;
	background-color : transparent; 
}
