.class 
{ 
	color: #555; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 20px; 
	text-align: left; 
}

.class1 
{ 
	color: #555; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 20px; 
	text-align: left; 
}

h1 {
	color: #0e2c8e; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 22px;
}

body
{
	background-color: #0e2c8e;
}

.maindiv
{
	text-align: center;
	background-color: #0e2c8e;
}

ul li
{
	list-style-type: square;
}

#box {
        float: right;
        padding: 5px 10px 15px 10px;
        margin: 5px 5px 10px 10px;
        border: 1px solid #0e2c8e;
        width: 200px;
        background-image: url('/images/bg.jpg')
}

#box ul {
	list-style: none;
	margin-left: -1em;
	padding-left: 1em;
	text-indent: -1em;
}
#box ul li:before {
	content: "\00BB \0020";
	}


.project {
	clear: both;
	margin-top: 30px;
}

.project p {
        margin-top:30px;
}

A:visited,
A:active,
A:link { color: #0E2C8E; text-decoration: underline;}
A:hover {color: #990000;}

