/* CSS Document */
body {
	background-repeat: repeat;
	background-color: #ffffff;
	background-position: left top;
	margin:0;
	p.second: color: red; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:left;
    color:#333333;
	
  }
a:link {
  color:#ff0000;
  text-decoration:none;
  }
a:visited {
  color:#663300;
  text-decoration:none;
  }
a:hover {
  color:#ff0000;
  text-decoration:underline;
  }
}
text
