* {
 margin:0;
 padding:0;
}

body {
 font-size:medium;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-color:#000000; /* BB 12.08.09 - Recommend setting to #000000 to match Flash elements */
 color:#CCCCCC;
 text-align:center;
 margin-top:20px;
}

*html body {
 font-size:small;
}

a {
 color:inherit;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

p, li, label, input, textarea {
 font-size:70%;
}

li li {
 font-size:100%;
}

p {
 margin-bottom:5px;
}

h3 {
 font-size:70%;
 margin-bottom:10px;
}

.trickBoth {
 clear:both;
}