
/* ecdesign Style sheet for the Syracuse St Patrick's Parade Committee Web site */

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #99cc99;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.headinglarge {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	font-style:italic;
}

.headingmedium {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-style:italic;
}

.body {
	font-size: 14px;
	color: #333333;
}

.bodyBold {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

a:link {
	color:#006600;
	text-decoration:underline;
}

a:hover {
	color:#00CC00;
	text-decoration:none;
}

a:visited {
	color:#CC6600;
	text-decoration:underline;
}

a:active {
	color:#FF9900;
	text-decoration:none;
}

.footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.storyhead {
	background-color: #006600; 
	font-family:"Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.storybody {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #333333; 
	text-align: left;
	vertical-align: top;
}


/* Last updated 8-Mar-09 */