
/* IMPORTANT */
/* All associated graphics copyright 2007, Wickedfrags*/
/* Started: February 9th, 2007 */


/* ---HTML Tags--- */
*{
														margin: 0px;
}
body {
														margin: 0px;
														border: 0px;
														background-image: url(wicked-bg2.jpg); 
              background-color: #16225E;
														background-repeat:repeat-x;
														background-position: center top fixed;
														font-family: Verdana, Arial, Helvetica, sans-serif;
														font-size: 11px;
														color: #FFFB9D;
														text-align: left;
}
p {
														line-height: 1.4em;
}
a:link {
														color: #DEFF9D;
														text-decoration: none;
}
a:visited {
														color: #FFDB5F;
														text-decoration: none;
}
a:hover {
														color: #FFDB5F;
														text-decoration: none;
}
a:active {
														color: #FFDB5F;
														text-decoration: none;
}
acronym {
														cursor: help;
														color: #DEFF9D;
														font-weight: bold;
														border-bottom: 1px solid #DEFF9D;
}
h1 {
														margin: 0px;
														line-height: 1 em;
														font-weight: bold;
														colour: #FFFBDD;
}
strong {
														colour: DEF51A;
}

