/* Basic tags */
a img {
	border: 0px;
}

pre {
	overflow: auto;
}

/* Anchors */
a 
{
  color: #183A4D;
  text-decoration: none;
  border-bottom: 1px dotted #183A4D;
}

a:visited 
{
  color: #677;
  border-color: #899;
}

a:hover  
{
  color: #339900;
  border-color: #339900;
  border-bottom-style: solid;
}

H2,H3,H4 a
{
  color: #ffffff;
  font: normal 18px Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}

H2,H3,H4 a:hover
{
  color: #ffffff;
  font: normal 18px Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}