@charset "utf-8";

a:link
{ text-decoration: underline; color:#006666; }
a:visited
{ text-decoration: underline; color:#000000; }
a:hover
{ text-decoration: underline; color:#00CCCC; }
a:active
{ text-decoration: underline; color:#00CCCC; }

body, h0, h1, h2, h3, h4, h5, h6, td, th, p, ul, li, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul li {
list-style-position: outside;
list-style-type: disc;
text-indent: 0px;
}

body, h1, h2, h3, h4, h5, h6, td, th, p, ul, li, input, textarea {
  color:#000000;
  margin-left: 20px;
  margin-right: 20px;
}

body, td, th, p, ul, li, input, textarea {
  font-size: 12px;
}

body, h7 {
  font-size: 1px;
}

body {
  background: #FFFFFF;
}

input, textarea {
  background: #FFFFFF;
  border-color: #000000;
  border-style: inset;
  border-width: 5px;
}

/*/*/a{}
body,
body td,
body th,
body ul,
body li,
body input,
body textarea,
body p {
  font-size: x-small;
  font-size: small;
}
html>body,
html>body td,
html>body th,
html>body ul,
html>body li,
html>body input,
html>body textarea,
html>body p {
  font-size: small;
}  
/* */

body  {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
}



