body{		font: 11px arial, sans-serif, georgia;
		padding: 0px;
		margin: 15px;
		background-image:url();
		background-repeat: repeat;
		background-color: #EDEAB7;
		}

.content{	font: 11px arial, sans-serif, georgia;
		padding: 0px;
		margin: 15px;
		line-height:20px
		} 

h1{ 		font: 18px georgia, century gothic, arial; 
		color: #455C79; 
		text-align: left;
		text-transform: lowercase;
		border-bottom: #C53A3C 1px dotted;
		font-weight:none;
		padding: 0px;
		margin:8px;
		}

h2{ 		font: 10px arial, verdana; 
		color: #000000; 
		text-align: center; 
		text-transform: uppercase; 
 		margin-top:-9px;
		margin-left: 20px;
		}

.card{ 		background-color: #f3e690;
		margin: 1px;
		padding: 3px;
		}


.site{ 		font: 10px arial, verdana, georgia; 
		text-align: left; 
		text-transform: uppercase; 
 		line-height:10px
		}

.separator{	position: relative;
		background-image: url("divider.png");
		background-position: center;         
        	background-repeat: no-repeat;	
		height: 37px;
		width: 312px;
		margin-left: auto; 
		margin-right: auto; 
		margin-bottom: 0px;
		margin-top: 20px}

a:link, a:visited {font-weight:bold; color: #D8271E; text-decoration: none; border-bottom: #D8271E 1px dotted;}
a:hover, a:active {font-weight:bold; color: #D16D82; text-decoration: none; border-bottom: #D16D82 1px dotted;}
