body 
{
    
}



p
{
    font-family: 'Times New Roman';
    color: Green;
}

h3, h4, h2
{
    font-family: 'Times New Roman';
    color: Green; 
}

 
a
{
    font-family: 'Times New Roman';
	color:Green;	
}
 
 
 a:hover
{
    text-decoration: underline;
    color: teal;
}
 
 