/* CSS Document */

/* Global Styles */


BODY { 
  color: #990000; 
  background: #00FFFF !important;
}

* { 
  color: inherit; 
  background: transparent;
}
* {
	font-family: Comic Sans MS; 
	text-align:center;
	color:#990000
	}
	
	
A:link    { color: #0000FF }   /* unvisited links */
A:visited { color: #0000FF }   /* visited links   */
A:hover   { color: #0000FF }   /* user hovers     */
A:active  { color: #0000FF }   /* active links    */

H1 { color: #0000FF; font-size: 2em }
H2 { color: #990000; font-size: 1.5em }
H5 {color:#990000}

.submittee {font-size: 14px; font-style:italic}
.comment {color:#0000FF; font-size: 14px; font-style:italic}
.recipe {color: #990000; font-size: 16px}
.subtitle {color:#0000FF; font-size: 16px}
.title {color:#0000FF; font-size: 18px}
.top {color:#0000FF; font-size:12px}
p { text-align:left; }

/* Table Styles */

table
{
table-layout: automatic;
border: 1;
align: center;
	margin: 1em auto;
	width: 80%;
	border-spacing: 5px 5px;
	border-collapse: separate;
	empty-cells: show;

}

.but, .vs{ background-image:url(../images/site/star-sma.gif);
}
.vs{width:136px;}
.bk{width:46px;}
.style2 {font-size: 14px;}
.style3 {color: #990000}

/* Link Page Styles */

table.talinks {
	table-layout:inherit;
	width: 90%;
	border-spacing: 15pt;
	border: 0px;
	padding: 25px;
	text-align:left;
	}
	
table.tblinks {
	table-layout:inherit;
	width: 90%;
	border-spacing: 2px;
	border: 1px;
	text-align:center;
	}	

	
table.tbalinks {
	table-layout:inherit;
	width: 80%;
	border-spacing: 2px;
	padding:10px;
	border: 1px;
	text-align:center;
	}


.desc {color:#990000;
		font-size:14px;}
		
td.tlinks { width: 50%;
			align:left; 
			text-align: left;
			}

td.rlinks { text-align: center;
			border-style:groove;
			border-width:thin;
			border-spacing: 5px;
			border:inset;
			border-padding: 10px;
			width:33%;
			}
	

img.sp { align: center
		}

/* Site Guide */

table.sg
{
table-layout: automatic;
border: 0;
align: center;
	margin: 1em auto;
	width: 80%;
	border-spacing: 5px 5px;
	border-collapse: separate;
	empty-cells: show;
	}
	
.sg1 { color:#990000; font-size:18px}
.sg2 {font-size: 17px}
td.sga {font-size:16px;
		font-weight:100}
td.sgb  {font-size: 13px;
		font-style:normal}	
		

#bottom { font-size:9px;
			color:#FF00FF;
			}