﻿A:link, A:visited	{
	color: Chocolate;		}
A:hover	{
	color: DarkRed;
	text-decoration: underline;	} 

h1, h2, h3, h4, .n1, .n2, .n3, .n4	{
	font-family: verdana, arial, sans serif;
	font-weight: 800;
	color: DarkRed;	}
h1, .n1	{	font-size: x-large;	}
h2, .n2	{	font-size: large;	}
h3, .n3	{	font-size: large;	}	
h4, .n4	{	font-size: x-small;	}	
	
body	{
	margin: 20 px;
	background-color: OldLace;	}	
p, div	{
	margin-top: 0 em;
	margin-bottom: 0.8 em;
	border-color: Chocolate;	}
body, p, div, td	{
	font-family: arial, verdana, sans serif;
	font-size: small;	}
.serif	{
	font-family: times new roman, serif; 
	font-size: larger;
	text-align: justify;	}
.prim	{
	font-family: verdana, arial, sans serif;
	font-size: x-small;
	margin-bottom: 1.4 em;	}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
}	
kbd	{
	font-size: x-small;	}

ol	{
	margin-top: 0.5 em;
	margin-bottom: 0.5 em;
	margin-left: 3 em;	}
ul	{
	margin-top: 0.5 em;
	margin-bottom: 0.5 em;
	margin-left: 2.4 em;	}
li	{
	margin-bottom: 0.5 em;	}

hr	{
	margin-bottom: 0.5 em;
	color: Chocolate;	}
img	{
	border-color: Chocolate;	}
object	{
	border-color: Chocolate;	}	
blockquote	{
	margin-top: 0.5 em;
	margin-left: 1.3 em;
	margin-right: 1.3 em;
	margin-bottom: 0.8 em;
	border-color: Chocolate;	}