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