* {
 padding:0;
 margin:0;
}
/*color key
beige background - #EBC79E
dark red - #E70000
dark blue - #0048B7
link dark purple - #921B92
link hover blue - #3F94C7

dodger blue - #1E90FF
link purple - #AA33AA
link hover blue - #77CCFF
red - #FF0000
white - #FFFFFF
black - #000000
*/
body{
background: #CC00CC;
font-family: Comic Sans MS, cursive, sans-serif;
line-height:1.2;   
}
a:link { color:#6A006A; }
a:visited { color:#6A006A; }
a:hover { color:#176C9F; } 

#wrapper{
 margin: 10px auto 10px auto;
 padding-top:10px;
 width: 760px;
 background: #9999FF;
 color:#000000;
}
.warning{
 padding:20px; 
 margin:auto; 
 width:600px; 
 height: 150px; 
 overflow:auto; 
 color:#000000;
 font-size:10px;
}
.title
{
margin:auto;
text-align:center;
font-size:36px;
font-weight:bold;

}
.text
{
margin:auto;
width:650px;
font-size:18px;
}
.textad
{
width:500px;
margin:auto;
text-align:center;
font-size:18px;
font-weight:bold;
}
.textad a
{
font-size:24px;
}

.bannerad
{
margin:auto;
text-align:center;
}
.recip
{
text-align:center;
}
.recip table
{
 margin-left:auto;
 margin-right:auto;
}
.enter
{
margin:auto;
text-align:center;
font-size:32px;
font-weight:bold;
}
.gallerylink
{
 width:500px;
 margin:auto;
 text-align:center;
 font-size:36px;
 font-weight:bold;
}
#thumbs
{
 margin:auto;
 text-align:center;
}
img{
  border-style:none;
  margin-left:auto;
  margin-right:auto;
}

.centered{
 text-align:center;
}
