/* 
    Document   : calendar
    Created on : 17-Dec-2008, 12:59:18
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#home_panel {
    color: #FBB903;
}

a:link {
	font-weight : normal;
	text-decoration : none;
	color: #999999;
	background: transparent;
	}

a:visited {
	font-weight : normal;
	text-decoration : none;
	color: #999999;
	background: transparent;
	}

a:hover {
	font-weight : normal;
	text-decoration : none;
	color: #FBB903;
	background: transparent;
	}

a:active {
	font-weight : normal;
	text-decoration : none;
	color: #999999;
	background: transparent;
}

.diary{
	color: #00ADEF;
}

.town {
    color: #FF8C05;
}