BODY	{Background-color: #003399; font-family: Arial, Helvetiva, Sans-serif;
	 color: #FFFFFF; Background-image: url(images/ocean.jpg);background-attachment: fixed}

P	{text-indent: 1em; font-family: Arial, Helvetiva, Sans-serif;text-align: justify;color: #FFFFFF}

H1	{color: #FFFF00}
.show	{color: #FF9900}
H2	{color: #FFFF00}
.show	{color: #FF9900}
H3	{color: #FFFF00}
.show	{color: #FF9900}
H4	{color: #FFFF00}
.show	{color: #FF9900}
H5	{color: #FFFF00}
.show	{color: #FF9900}
H6	{color: #FFFF00}
.show	{color: #FF9900}

A:link	{color: #00FFFF}
A:visited	{color: #999999}
A:active	{color: #FF00FF}
A:hover	{color: #FFFF00}

.floatLeft 		{ 
    float: left; 
    margin: 4px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-color: whtie;
    border-style: outset;
    border-width: 2px;
    background-color: blue;
}

.buttonFace		{
	font-family: "Comic Sans MS",arial,sans-serif;
	font-size: x-large;
}

table.mainevent			{
	border-style: outset;
	border-color: gray;
	background-color: blue;
	color: white;
}
.eventtitle		{
	
}

.eventdate			{
}

.eventdetail		{
	border-style: groove;
	background-color: white;
	color: black;
}

.timestamp			{
	font-style: italic;
}
TD	{color: #FFFFFF}

td.otherday 	{
	border-width: 1px; 
	border-style: outset; 
	color: white; 
	background-color: blue;
}

td.calhead  	{
	border-width: 0; 
	color: red; 
	text-align: center;
	padding:4px;
}

td.weekdays			{
	border-width: 3px;
	border-style: outset;
	text-align: center;
	background-color: gray;
	color: white;
	padding:4px;
}

td.today 		{
	border-width: 1px; 
	border-style: outset; 
	color: white; 
	background-color: #0000CC;
}

a.daylink:link		{color: white; text-decoration: underline; font-size:1.5em}
a.daylink:visited	{color: white; text-decoration: underline; font-size:1.5em}
a.daylink:active	{color: gray; text-decoration: underline)
a.daylink:hover		{color: yellow; text-decoration: none)

a.data:link			{color: white;}
a.data:visited		{color: white;)


#calendar	{
	border-collapse: seperate;
	empty-cells: hide;
}

