/* begin Page */
/* Created by Artisteer v3.0.0.39952 */



body
{	
	background-color: #000000;
	 color: yellow; 
    font-family:  Arial, "Times New Roman";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
}

/* unvisited link */
a:link {
    color: yellow;
	 font-weight: bold;
}

/* visited link */
a:visited {
    color: yellow;
	 font-weight: bold;
}



/* selected link */
a:active {
    color: blue;
	 font-weight: bold;
}

