/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 *
 *   General stylesheet for all sites and frames
 *
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* body */
body {
	font-family : Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
	color:#2A00AA;
}
/* images *
img{
	border : 0;
	border-width : 0;
	margin: 0px 0px 0px 0px;
}

/* Textblocks *
p{
  text-align: justify;
}

/* Titles *
h1+p, h2+p, h3+p {
  text-indent: 0;
}

/* Links *
a:hover {background-color: #999999;}
a:link {
	color: #000066;
	text-decoration: underline;
	border: none;
}
}a:visited {
	color: #000066;
}

/* end general stylesheet*/
