@charset "UTF-8";
/* alice */

html,body {background-image: url(intro/main.bg.dots.gif);
	background-repeat: repeat;
	margin-top:30px;
	margin-bottom:30px;
	font-family:Helvetica, sans-serif;
	font-size: 11px;
	line-spacing:1em;}

#mytable {background: #000000;
			margin-left:30px;
			margin-right:30px;
          border: 1px solid #fff;}

td {background: #000;
    padding: 6px 6px 6px 6px;
    font: bold 11px arial, sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;}

.link {background: #000;
       letter-spacing: 1px;
       text-align: right;
       color: #fff;}

.link a {color: #fff; 
         text-decoration: none;
         background: #000;}

.link a:hover {color: #1E90FF;
               text-decoration: none;}




