.bg {
  	background-color: #FF0000;
  	font-size: 12px;
  	color:#564b47;  
  	padding:20px;
  	margin:0px;
  	text-align: center;
}

/* boxes */

#box   {    
  	text-align: left;
  	vertical-align: middle;	
  	margin: 0px auto;
  	padding: 0px;
  	width: 800px;
	z-index:1;

        }


.box1   {    
  	vertical-align: middle;	
  	margin: 0px auto;
  	padding: 0px;
  	width: 800px;
  	border-bottom:1px solid #333333;
	border-left:1px solid #ffffff;
	border-right:1px solid #333333;
	border-top:1px solid  #ffffff;
	z-index:2;
        }

.blue_box {
	text-align:left;
	vertical-align: middle;	
  	margin: 0px auto;
  	padding: 0px;
  	width: 100%;
	background-color:#000099;
  	border-bottom:2px solid #999999;
	z-index:6;
		}


.whitebox   {    
  	margin: 0px auto;
  	padding: 0px;
  	width: 100%;
	background-color:#FFFFFF;
  	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	border-top:2px solid  #999999; 
	z-index:3;
}

.blackbox   {    
 	margin: 0px auto;
  	padding: 0px;
  	width: 100%;
	background-color:#000000;
  	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	border-top:2px solid  #999999; 
	z-index:3;
}



/* the font & margin definitions...*/


.txt_margin {

	margin: 10px;
	       }


.blacktext {

	text-align:left;
	font-weight: bold;
	font-size:12px;
	line-height:16px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	       }
.bigblacktext {

	text-align:left;
	font-weight: bold;
	font-size:22px;
	line-height:26px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	       }

.medblacktext {

	text-align:left;
	font-weight: bold;
	font-size:16px;
	line-height:18px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	       }


.whitetext {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;
	
	       }

.medwhitetext {
	text-align:left;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;
	
	       }




.small_txt {
	text-align:left;
	font-weight:medium;
	font-size:9px;
	line-height:10px;
	front-stretch: expanded;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;,	
}


/*this positions the text beneath the meme pics nicely*/

.memepic {width: 225px;}



/* link definitions*/


a:link {
	color: #000099; text-decoration:underline;
	}

a:visited {
	color: #000099; text-decoration:underline;
	}

a:hover {
	color: #000099; text-decoration:none;
}

.whitetext a:link {
	color: #FFFFFF; text-decoration:underline;
	}

.whitetext a:visited {
	color: #FFFFFF; text-decoration:underline;
}


.whitetext a:hover {
	color: #FF0000; text-decoration:none;
	
}
.small_txt a:link {
	color: #FFFFFF; text-decoration: underline;		
	}

.small_txt a:hover {
	 text-decoration:none; color: #FF0000;,	
}

.small_txt a:visited {
	text-decoration:underline; color: #FFFFFF;,	
}

 



