body {
  background: #e6e6e6;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #252525;
}
p { }
a { 
	cursor: pointer; 
	color: #00ADEF;
  text-decoration: none;
	font-weight: bold;
}
a:link { 
	color: #00ADEF;
  text-decoration: none;
	font-weight: bold;
}
a:visited { }
a:hover { text-decoration: underline }
a:active { }
.normal { font-weight: normal }
.bold { font-weight: bold }
.italic { font-style: italic }
.white { color: #fff }
.black { color: #000 }
a.magenta { color: #EC008C }
.ten { font-size: 10px }
.eleven { font-size: 11px }
.twelve { font-size: 12px }
.clear { display: block; clear: left; }
