/*
Theme Name: Dots
Description: Connect the dots logo with striped background.
Author: Joe McGarry
Author URI: http://fantasticheatbrothers.com/
Tags: orange, stripes, dots, pink, blue, green


*/


body
    { background: url("(EmptyReference!)") repeat-y fixed center bottom; text-align: center; margin: 0; padding: 0 }



h1, h2, h3, ul, li, p, form
   {
   margin: 0px;
   padding: 0px
   }

hr
   {
   display: none;
   }

a{
   text-decoration:none;
   }

a:hover{
   text-decoration:none;
   }

.space
   {
   clear: both;
   }

#page
   {
   margin: 0px auto;
   padding: 0px;
   padding-top: 5px;
   width: 450px;
   height: 450px;
   border: 2px solid;
   border-color: #c0c0c0;
   }
   
#content p
	{
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
.red
	{
	font-weight: bold;
	color: #ff0000;
	}
	
   
#content img
	{
	padding-top: 12px;
	padding-bottom: 12px;
	}
	
#content a
	{
	font-weight: bold;
	color: #ff0000;
	}


	
