body
 	{ 
    	color: #000000; 
   	background-color: #ffffff;
	font-family: serif;
	} 

p 	
	{
	text-align: justify; 
   	}
	
.center 	
	{
	text-align: center;
   	}

.b
	{
	font-weight: 800;
	}
	
.i
	{
	font-style: italic;
	}

.large
	{
	font-size: large
	}

.small
	{
	font-size: xx-small
	}

.sans	{
	font-family: sans-serif;
	}

.white
	{
	color: #ffffff;
	}

.right
	{
	text-align: right;
	}
		
h1	{
	font-family: sans-serif;
	}

h2	{ 
	text-align: center;	
	}

h3	{ 
	text-align: left;	
	}

h5	{ 
	text-align: right;	
	}

a:link
	{ 
	color: #f04a00;
	text-decoration: none;
	} 

a:visited
	{ 
	color: #988066; 
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	text-decoration: none;
	}
	 
