/* CSS Document */

 li, table
{
	color: #714A4A;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
body {
	background-color: #E2D3CE;
	scrollbar-face-color: #E2D3CE;
	scrollbar-shadow-color: #E2D3CE;
	scrollbar-highlight-color: #996666;
	scrollbar-3dlight-color: #E2D3CE;
	scrollbar-darkshadow-color: #996666;
	scrollbar-track-color: #E2D3CE;
	scrollbar-arrow-color: #996666;
	
}

:link
 {
    color: #C28383; 
    text-decoration: none; 
    cursor: crosshair
     }
:visited
{ 
   color: #339999; 
   text-decoration: underline; 
   cursor: crosshair
    }
:hover 
{
   color: #6699CC; 
   text-decoration: underline overline; 
   cursor: crosshair
   }

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E2D3CE;
	background-color: #CC9999;
}

h2
{
	color: #996666;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

td img {display: block;}
