	/*Color of Links*/

a:link {color:#222222;}    
a:visited {color:#222222;}
a:hover {color:#006600;}  
a:active {color:#00AA00;}  

	/*Style of table or border*/

table.awesome 
{
}
table.awesome th 
{
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	font-size: 22px;
}
table.awesome td {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 30px;
}

	/*Allows word spacing*/

p.spaced
{
white-space:pre;
}

	/*Establishes font and color for headers and paragraphs*/

h1{font-family:"Times New Roman", Times, serif;color:white;text-align:center;opacity:0.9;}
p{font-family:"Times New Roman", Times, serif;font-size:18px}

	/*Establishes text indents*/

h.margin
{
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
}

p
{
margin-top:10px;
margin-bottom:10px;
margin-right:20px;
margin-left:20px;
}

.margin
{
margin-top:10px;
margin-bottom:10px;
margin-right:20px;
margin-left:20px;
}

	/*Alignment for various things */
	
.center
{
display: block;   
margin-left: auto;   
margin-right: auto; 
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}
img.floatright { 
    float: right; 
    margin: 4px; 
}

img.top {vertical-align:top;}
img.bottom {vertical-align:bottom;}

	/*Small Padding*/

br.small {
line-height: 5px;
}

	/*Calendar rules*/
	
.floatright
{
float: right;
}

.widecell
{
width:80px;
}

