/*
 *  $Id: styles.css,v 1.2 2006/12/22 13:48:02 syzdek Exp $
 */
/*
 *  David Syzdek's Website
 *  Copyright 2006 (c) David M. Syzdek <syzdek@gmail.com>
 */
/*
 *  /~syzdek/common/styles.css - Formatting styles for website
 */

/* Link Styles */
a         { color: black;   border: 0; text-decoration: none }
a:link    { color: #333377; border: 0; text-decoration: none }
a:visited { color: #333377; border: 0; text-decoration: none }
a:hover   { color: red;     border: 0; text-decoration: underline }


/* body styles */
body
{
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
   background-color:	#bbddff;
   color:		black;
   border:		0;
   text-align:		center;
   font-family:		Times;
   font-size:		14px;
}
img
{
   border:		0;
}
table
{
   border:		0;
   margin:		0;
   padding:		0;
}
td
{
   border:		0;
   margin:		0;
   padding:		0;
}
tr
{
   border:		0;
   margin:		0;
   padding:		0;
}


/* styles for top of page */
table.sitemenu { width: 100%; }
.sitemenu
{
   background:		#cccccc; 
   text-align:		center;
   font-family:		Times;
   font-size:		12px;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}
.title
{
   background:		#ffffff; 
   text-align:		center;
   font-family:		Times;
   font-size:		18px;
   width:		100%;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}
.title1 {  font-size: 18px; }
.title2 {  font-size: 24px; }
.title3 {  font-size: 18px; }
.menu 
{ 
   background:		#cccccc; 
   text-align:		center; 
   font-family:		Times;
   font-size:		17px;
   width:		100%;
   border:		0;
   margin:		0;
   padding:		0;
   border-collapse:	collapse;
}


/* button styles */
//a.button         { text-decoration: none; color: #FFFFFF; }
//a.button:link    { text-decoration: none; color: #FFFFFF; }
//a.button:visited { text-decoration: none; color: #FFFFFF; }
//a.button:hover   { text-decoration: none; color: #FFFFFF; }
//font.button      { color: #FFFFFF; }
//tr.button        { background: #6699cc; }
//td.button        { background: #336699; }

a.button         { text-decoration: none; color: #FFFFFF; }
a.button:link    { text-decoration: none; color: #FFFFFF; }
a.button:visited { text-decoration: none; color: #FFFFFF; }
a.button:hover   { text-decoration: none; color: #FFFFFF; }
table.button     { border: 1px solid #336699; }
.button
{
   background:		#6699CC;
   border:		none;
   font-family:		Times;
   font-size:		11px;
   margin:		0;
   padding:		0;
   color:		white;
   text-decoration:	none;
   border-collapse:	collapse;
}

/* end of CSS page */
