@charset "utf-8";
/* CSS Document */
.class1 a:link {	text-decoration: none; color: red; font-weight: bold; }
.class1 a:visited { text-decoration: none; color: red; font-weight: bold; }
.class1 a:active { text-decoration: none; color: red; font-weight: bold; }
.class1 a:hover { text-decoration: underline; color: red; font-weight: bold; }

.class2 a:link {	text-decoration: none; color: green; font-weight: bold; }
.class2 a:visited { text-decoration: none; color: green; font-weight: bold; }
.class2 a:active { text-decoration: none; color: green; font-weight: bold; }
.class2 a:hover { text-decoration: underline; color: green; font-weight: bold; }

.class3 a:link {	text-decoration: none; color: blue; font-weight: bold; }
.class3 a:visited { text-decoration: none; color: blue; font-weight: bold; }
.class3 a:active { text-decoration: none; color: blue; font-weight: bold; }
.class3 a:hover { text-decoration: underline; color: blue; font-weight: bold; }

.class4 a:link {	text-decoration: none; color: yellow; font-weight: bold; }
.class4 a:visited { text-decoration: none; color: yellow; font-weight: bold; }
.class4 a:active { text-decoration: none; color: yellow; font-weight: bold; }
.class4 a:hover { text-decoration: underline; color: yellow; font-weight: bold; }

.class5 a:link {	text-decoration: none; color: #ff00ff; font-weight: bold; }
.class5 a:visited { text-decoration: none; color: #ff00ff; font-weight: bold; }
.class5 a:active { text-decoration: none; color: #ff00ff; font-weight: bold; }
.class5 a:hover { text-decoration: underline; color: #ff00ff; font-weight: bold; }

.class6 a:link {	text-decoration: none; color: #00ffff; font-weight: bold; }
.class6 a:visited { text-decoration: none; color: #00ffff; font-weight: bold; }
.class6 a:active { text-decoration: none; color: #00ffff; font-weight: bold; }
.class6 a:hover { text-decoration: underline; color: #00ffff; font-weight: bold; }

.class7 a:link {	text-decoration: none; color: #e6af32; font-weight: bold; }
.class7 a:visited { text-decoration: none; color: #e6af32; font-weight: bold; }
.class7 a:active { text-decoration: none; color: #e6af32; font-weight: bold; }
.class7 a:hover { text-decoration: underline; color: #e6af32; font-weight: bold; }