

body{
	background-color:#20403C;
	font-size: 16px;
	font-family:Georgia;
	line-height: 1.5; 
	color: blue;
	}
h1{	font-family: Verdana; 
	font-size: 24px;
	color: #B54C4C; 
	}

h2{	font-family: Verdana; 	
	font-size: 18px;
	color: #FFBB00;
	}

h3{	font-family: Verdana; 	
	font-size: 18px;
	color: #B54C4C;
	}

p{	font-family: Georgia; 
	font-size: 16px;
	}
a{	font-family: Georgia; 
	font-size: 16px; 
	color: orange;
	}

strong{
	color: #E3C771 ;
	}

ul{
	list-style-type: none;
	list-style-color: orange;
	}