﻿body	{
		 font-family: arial;
		}
		
.header{
		backgroung-image: url('http://www.phoenixoregon.net//barn.jpg');
		background-position: top left;
		background-repeat: no-repeat;
}

h1 	{
	 font-size: 20pt;
	 font-style: bold;
}
	
h2	{
	 color: #006699;
	 font-size: 16pt;
	 font-style: bold;
	 
}
	
h3	{
	 color: #003366;
	 font-size: 14pt;
	 font-style: bold;
	 
}
	
h4	{
	 color: #0099cc;
	 background-color: #003366;
	 font-size: 12pt;
	 font-style: italic;
}

.calendars {
    float:left;
	padding:0em;
	margin-left:0.5em;
    margin-top:0.5em;
	list-style-type:none;
    border:0px #DADADA  solid;
    width:40;
    color:#707070;
    background-color:#fcfcfc;
}

.calendarhead {
    font-weight:normal;
    padding:2px;
    letter-spacing: .3em;
    background-color:#FCFCFC;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    color:#707070;
    border-bottom:1px solid #DADADA;
}

A  {
	color : #999999;
	text-decoration : none;
	font : bold;
}


A:Active  {
	color : #995511;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : ffffff;
	text-decoration : none;
	font : bold;
}