/* Author  : Brian Krupp
   Purpose : This is the main style sheet for alphabetphotos.com
*/

/* Links */
a:link		{color: #000040}
a:visited 	{color: #000040}
a:hover		{color: #000040} 
a:active 	{color: #000040}

/* Main Page */
body 		{background-image: url(background.jpg); font-family:Trebuchet MS, Verdana}
p 		{font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		  font-size: 10pt; line-height: 16px; color: #333333;
		}

h6 		{font-family: Geneva, Arial, Helvetica, sans-serif;
	          font-size: 9px; color: #344183;
		}

h1 		{font-family: Maiandra GD, Trebuchet MS, Verdana, "Times New Roman", Times, serif;
		  font-size: 30px; color: #344183; font-weight: normal;
 		}

.button		{background-color:#9999DD; color:#000055; font-size:8pt; font-family:verdana; padding:1; border-width:1;}

.input		{font-size:8pt}

.order_button	{font-size:8pt; font-family:verdana; text-decoration:none;}

.style1 	{color: #CCCCCC; font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, 
		  sans-serif; font-size: 14px;
 		}

/* Side Navigation */
.side_nav	{font-family:Maiandra GD, Trebuchet MS, Verdana; text-align:center}
.side:link	{color:#FFFFFF; text-decoration:none; line-height:30px}
.side:visited	{color:#FFFFFF; text-decoration:none; line-height:30px}
.side:hover	{color:#8888FF; text-decoration:none; line-height:30px}
.side:active	{color:#FFFFFF; text-decoration:none; line-height:30px}
