body {
	background-color:#000000;
	background-image: url(jb.jpg); 
	background-repeat: no-repeat;	
	background-attachment:fixed;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: justify;
    color: White;    
    margin-right: 5%;
    margin-left: 5%;
}

p,li { 
    font-family: Optima,Verdana,Helvetica,sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: justify;
    color: Gray;
}

h3 {
	font-family: Gentium,serif;
	font-size: large;
}

a:link {
	color: Red;
	text-decoration: none;
}
a:visited {
	color: #880000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}