BODY{
	background-color : black;
	color : white;
}
A:LINK{
	color : blue;
}
A:VISITED{
	color : purple;
}
.vital{
	font-weight : bold;
	color : red;
}
#content{
	position : relative;
	margin-left : 25px;
	margin-top : 25px;
	margin-right : 25px;
}
 