﻿body {background-color: black;color: white;font-size:12px;}
body.main {background-color: White;color: Black;}
A{font-size:12px;}
A:active{text-decoration:Underline;color: white}
A:hover{text-decoration:Underline;color: white}
A:link{text-decoration:Underline;color: white}
A:visited{text-decoration:Underline;color: white}

.d {background-color: black;color:#e8e7c8;font-size:14px;}
.d A{font-size:14px;color:#e8e7c8;text-decoration: none;}
.d A:active{text-decoration:Underline;color:#e8e7c8;}
.d A:hover{text-decoration:Underline;color:#e8e7c8;}
.d A:link{text-decoration:Underline;color:#e8e7c8;}
.d A:visited{text-decoration:Underline;color:#e8e7c8;}
