/* Body style */
body { margin:0px; padding:0px; background-color:#000000; color:#F5F5DC; }

A:link { color:#FFFF00; text-decoration:none}
A:visited { color:#FFD700; text-decoration:none; }
A:hover { color:#ADFF2F; text-decoration:none; }
A:active { color:#FFD700; text-decoration:none; }


/* Element style */
td,p,div,span { color:#F5F5DC; font-size:12px; }
input { color:#333333; font-size:12px; margin:0px; padding:0px; }

h1 { font-size:16px; margin:0px;  padding:15px; }
h2 { font-size:18px; margin:0px;  padding:15px; }
h3 { font-size:20px; margin:0px;  padding:15px; }

strong { font-weight:bold; }
em { font-style:italic; }
p { padding:15px; }
div { margin:15px; }



/* Text style */
.font1 { font-size:12px; line-height:18px; color:#a9a9a9; }
.font2 { font-size:12px; line-height:18px; color:#F5F5DC; }
.font3 { font-size:14px; line-height:20px; color:#F5F5DC; }
.font4 { font-size:16px; line-height:22px; color:#F5F5DC; }
.font5 { font-size:14px; line-height:22px; color:#330000; }
.font6 { font-size:14px; line-height:22px; color:#000000; }
.font7 { font-size:10px; line-height:12px; color:#ffffff; }


.RedTitle { font-size:16px; line-height:20px; color:#330000; font-weight:bold; }
.GreenTitle { font-size:15px; line-height:20px; color:#006400; font-weight:bold; }
.BlueTitle { font-size:15px; line-height:20px; color:#4682B4; font-weight:bold; }
.YellowTitle { font-size:18px; line-height:20px; color:#B8860B; font-weight:bold; }

/* Background repeat */
.RepeatX { background-repeat: repeat-x; }
.RepeatY { background-repeat: repeat-y; }

/* Margin style */
.MarginL10 { margin-left:10px; }

