/* 
  ----------------------------------------------------------------
  Accent Awnings Company NV - Common CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - ZD-CMS™ integrated with Website Pages Module
  ----------------------------------------------------------------
*/

body {
	background-color: #001244;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	color: #363636;
}

/* Link Effects */
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* END Link Effects */


