html, body {
	margin: 0;
	padding: 0;
	background: url("../img/classevide3.jpg") 150px 100px;/*repeat-y;*/
}

h1 {
	color: #006600;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	text-decoration:underline;
}

h2 {
	color: #006600;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	text-decoration:underline;
}

p {
	padding: 0;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Times New Roman;
	color: #006600;
}

li {
	font-family: Times New Roman;
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}

.spacer {
	clear: both;
}

.header1 {
	color: #006600;
	font-size: 36px;
	text-align: center; 
	}
	
.news-date {
	margin-top: 10px;
	color: #006600;
	font-size: 24px;
	text-align: left; 
}

.news-content {
	color: #006600;
	font-size: 16px;
	text-align: left;
	font-weight: bold; 
}
	
.header2 {
	color: #006600;
	font-size: 24px;
	text-align: center; 
}
 
#header {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0 px;
	height: 100px;
	background: #9999CC;
}

#nav {
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	background: #CCCCFF;
	border: solid 1px #000000;
	width: 150px;
}

#content {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 3%;
	margin-bottom: 30%;
}

#footer {
	background: #CCCCFF;
	font-size: 12px;
	text-align: center;
	padding: 0;
	clear: both;
}

a.navlink { 	color: #006600; text-decoration:none; font-weight:bold; font-size: 14px;}
a.navlink:hover { 	color: #006600; text-decoration:underline; font-weight:bold; font-size: 14px;}
a.inlink { color:#9999FF; text-decoration:none; font-weight:bold; }
a.inlink:hover {color:#FF9900; text-decoration:underline; font-weight:bold; }
a.outlink {color:#9999FF; text-decoration:none; font-weight:bold; }
a.outlink:hover {color:#FF9900; text-decoration:underline overline; font-weight:bold; }
div.contact {
		float: right;
		text-align: right;
		}
span.p-gras {
font-size: 22px;
		}