body { color: black; font-size: 13px; font-family: Arial; background-color: #aaa; text-decoration: none; }
p, h1, h2, h3, h4, h5, ul, li, a { text-decoration: none; text-align: left; }
* { text-decoration: none; margin:0; padding:0; }
.class1 A:link { color: #366; text-decoration: none }
.class1 A:visited { color: #366; text-decoration: none; }
.class1 A:active { color: #366; text-decoration: none }
.class1 A:hover { text-decoration: none; color: #ccc; background-color: #366; }

.class2 A:link { color: #366; text-decoration: none; }
.class2 A:visited { color: #366; text-decoration: none }
.class2 A:active { color: #366; text-decoration: none }
.class2 A:hover { color: #ccc; background-color: #366; text-decoration: none; }

