* {
	margin:0;
	padding:0;
	}
	
body {
    font-family: arial;
    color: #a3a3a3;
    font-size: 14px;
    background-color: #000000;
    }

h1 {    
    color:#56d19d;
    font-family: arial, Helvetica;
    font-size: 27px;
    letter-spacing: -2px;
    text-shadow: 3px 0px #acf1d4;
    }
    
.large {    
    color:#a3a3a3;
    font-family: arial, Helvetica;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: bold;
    }
    
.dark {    
    color:#575757;
    font-family: arial, Helvetica;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bold;
    }
    
.whitebold {    
    color:#dddddd;
    font-family: arial, Helvetica;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: bold;
    }


    #cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}
    
table {
    background-color: none;
    border: none;
    }
    
td {
    border: 0px;
    font-size: 14px;
    text-align: left;
    }
    
p {
    text-indent: 0px;    
    }

a:link.title, a:visited.title {
    font-family: arial;
    color: #656565;
    font-size: 20px;
    text-decoration: none;
    }
    
a:hover.title, a:active.title {
   font-family: arial;
    color: #656565;
    font-size: 20px;
 	text-decoration: underline;
	}    

a:link.bigred, a:visited.bigred {
    font-family: arial;
    color: #0787ac;
    font-size: 20px;
    text-decoration: none;
    }
    
a:hover.bigred, a:active.bigred {
   font-family: arial;
    color: #0787ac;
    font-size: 20px;
 	text-decoration: underline;
	}    
	        
a:link, a:visited {
	color: #0787ac;
	text-decoration:none;
	}

a:hover, a:active {
	color: #0787ac;
	text-decoration:underline;
	}

a img {
	border:0;
	}
