body {
	font-family: Arial, sans-serif;
	line-height: 1.2;
	color: #334d55;
        background-color: #cccccc;
}

#container {
    width: 760px;
    margin-left: 230px;
    background-color: #eeeeee;
    border: 2px solid #015093;
}

#extra {
    background-color: #ffffff;
    float: left;
    padding: 10px;
    border: 2px solid #015093;
}

#header {
	margin: 15px;
	text-align: center;	
}

#contents {
	margin: 20px;	
  	background-color: #eeeeee;!
}

a:link, a:visited{
	color: #015093;
	text-decoration: none;
}

a:hover {
	color: #015093;
	text-decoration: underline;
}

table.projects {
	border-style: none;
}

td.projects {
	text-align: center;
	width: 33%;
	border-style: none;
}

table {
 	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #015093;
	border-collapse: collapse;
}

td {
	font-size: 80%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: #015093;
}

th {
	font-size: 80%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: #015093;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #015093;
 text-align: center;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #015093;
}
