/*
   George's homePage styles

   
   Author: George North
   Date:   2009_01_16

   Filename: georgeHome.css
   
*/

body
{
	background-color: black;
	margin: 0px;
	font-size: 100%;
}

a:link
{
	color: #009;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:active
{
	color: #996;
	text-decoration: none;
}


/*
#page_content  {width: 700px; border-right: 2px solid rgb(102, 102, 221);
                border-bottom: 2px solid rgb(102, 102, 221)}

#links         {background-image: url(parch.jpg); text-align: center; 
                padding-bottom: 15px}
a              {margin-left: 10px; margin-right: 10px}

h1, h2, h3     {font-family: Arial, Helvetica, sans-serif}
h1             {text-align: right; background-image: url(parch.jpg);
                margin: 0px; padding-right: 10px; font-size: 24pt;
                border-bottom: 2px solid rgb(102, 102, 221);
                border-top: 2px solid rgb(102, 102, 221)}
h2             {text-align: center; font-size: 10pt; margin: 0px;
                border-bottom: 2px solid rgb(102, 102, 221)}


#ibox          {float: left; margin: 15px; font-size: 8pt;
                border: 2px solid rgb(102, 102, 221)}
ul             {margin-right: 10px}

#content       {padding: 15px}
#photoimage    {float: right; margin-left: 5px; margin-bottom: 5px; 
                margin-top: 5px}

address        {text-align: center; font-variant: small-caps;
                font-style: normal;
                border-top: 3px solid rgb(102, 102, 221);}

*/