body
 	{ 
    	color: #000000; 
   	background-color: #ffffff; 
	margin-top: 2%;
	margin-left: 10%;
    	margin-right: 10%;
	margin-bottom: 5%; 
	} 

p 	
	{
	font-family: serif;
	text-align: justify; 
	color: #000000;
   	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}

.small
	{
	font-size: x-small;
	}
	
.current
	{
	color: red;
	font-weight: 700;
	}
	
.previous
	{
	color: white; 
	font-weight: 700; 
	text-decoration: underline;
	}	

.blocktext 
	{
    	margin-left: auto;
    	margin-right: auto;
    	width: 400px;
	}
	
h1	{
	font-family: sans-serif;
	text-align: center;
	color: #000000;	
	}

h2	{ 
	font-family: serif;
	text-align: left;		
	}

h3	{ 
	font-family: serif;	
	color: #000000;
	font-style: italic;
	font-weight: 700;
	}

h4	{
	font-family: serif; 	
	color: #000000;	
	}
	
h5	{ 
	font-family: serif;
	text-align: right;	
	color: #ffffff;
	}
	
li	{
	color: #000000;
	}
	
li.space
	{
	margin-bottom: 10px;
	}	

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

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

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

img.displayed 
	{
    	display: block;
    	margin-left: auto;
    	margin-right: auto; 
	}


 
	 
