/* generic */

body

{

 font-weight: normal;

 font-size: 12px;

 font-family: "verdana", "Arial", "Helvetica", "san-serif";

  margin-top: 0px;
  background-image: url(img/bk.jpg);
  background-color:#000000;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}



/* Text */

.default_text { font-size: 12px; line-height:15px; }

.small_text { font-size: 10px; line-height:13px; }  

.xsmall_text { font-size: 9px; line-height:11px; }  

.big30 { font-size: 30px; line-height:29px; }

.big24 { font-size: 24px; line-height:25px; }

.big18 { font-size: 18px; line-height:22px; }

.big13 { font-size: 13px; line-height:18px; }



/* Link Color */

a:link { color: #C0C0C0; text-decoration: none }

a:visited { color: #C0C0C0; text-decoration: none }

a:hover { color: #C0C0C0; text-decoration: underline }

a:active { color: #C0C0C0; text-decoration: none }



/* Line */

.line { border: 1px solid #F5F5F5; }

