P {
	line-height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFE4E1;
}
DIV {
	font-family: Arial, Helvetica;
	font-size:16px;
	color : Yellow;
}

body {
	background-color: #0000CD;
	background-image : url(../images/back_color.jpg);
}
table tr {
	font-family: Arial, Helvetica;
	font-weight:500;
	color : #FFE4E1;
}
th {
	font-family: Arial, Helvetica;
	font-size:15px;
	font-weight:600;
	text-align:center;
	line-height : 26px;
	color : Yellow;
}
td {
	font-family: Arial, Helvetica;
	font-size:15px;
	font-weight:500;
	line-height : 20px;
}
ul li {
	font-size: 90%;
	text-align:left;
	list-style=square;
	color : #F0F8FF;
}
A {
	text-decoration: underline;
	color: Yellow;
	font-weight : 600;
	line-height : 26px;
	font-size : 14px;
	letter-spacing : 1px;
}
A visited {
	text-decoration: none;
	color: #00FFFF;
}
A hover {
	text-decoration: none;
	color: Lime;
}