body {
	background:white;
	color: black;
}

A {
	color: white;
	font-family:sans-serif;
	font-weight: bold;
	font-size:100%;
	text-decoration: none;
}

A:hover {
	color: yellow;
	font-family:sans-serif;
	font-weight: bold;
	font-size:100%;
	text-decoration: none;
}

.header {
	font-family:courier;
	color:gray;
	font-weight:bold;
	font-size:80%;
	text-align:center;
}

.footer {
	font-family:sans-serif;
	color:white;
	font-weight:normal;
	font-size:80%;
	text-align:right;
}

.title1 {			
	font-family: sans-serif;
	color: #black;	
	font-weight:bold;
	font-size: 120%;
	text-align: left;
}

.title2 {			
	font-family: sans-serif;
	color: #black;	
	font-weight:bold;
	font-size: 120%;
	text-align: center;
}

.heading {			
	font-family: sans-serif;
	color: white;	
	font-weight:bold;
	font-size: 100%;
	text-align: center;
}


.text1 {		
	font-family: sans-serif;
	color: white;
	font-weight:bold;
	font-size: 100%;
	text-align: center;
}

.margin {
	font-family: sans-serif;
	color: black;	
	font-size: 78%;
	text-align: left;
	margin-bottom: 300px
}

.margin2 {
	font-family: sans-serif;
	color: black;	
	font-size: 78%;
	text-align: left;
	margin-bottom: 100px
}

.margin3 {
	font-family: sans-serif;
	color: black;	
	font-size: 78%;
	text-align: left;
	margin-bottom: 270px
}

.news {
	font-family: sans-serif;
	color: black;	
	font-size: 78%;
	text-align: left;
}

.content {
	font-family: serif;
	color: black;	
	font-size: 100%;
	text-align: left;
	
}

#link {
	font-family: serif;
	color: black;	
	font-size: 100%;
	font-weight:normal;
	text-align: left;
}
#link:hover {
	font-family: serif;
	color: #cc33cc;	
	font-size: 100%;
	text-align: left;
}


#link2 {
	font-family: serif;
	color: blue;	
	font-size: 100%;
	font-weight:normal;
	text-align: left;
}
#link2:hover {
	font-family: serif;
	color: #cc33cc;	
	font-size: 100%;
	text-align: left;
}