.bold {
	font-weight: bold;
}

.kuler1 {
    font-weight: normal;
	font-color: #352c2b;

}
.kuler2 {
    font-weight: normal;
	font-color: ##3c555c
;

}
.kuler3 {
    font-weight: normal;
	font-color: #9e9657;

}
.kuler4 {
    font-weight: normal;
	font-color: #ffebcd;

}
.kuler5 {
    font-weight: normal;
	font-color: #cd5510;

}

.xlargebold {
	font-size: x-large;
	font-weight: bold;
   font-family: Helvetica, sans-serif;
}



a.red:link {color: red; text-decoration: none; }
a.red:visited {color: red; text-decoration: none; }
a.red:hover {color: red; text-decoration: underline; }
a.red:active {color: red; text-decoration: none; }
a.white:link {color: white; text-decoration: none; }
a.white:visited {color: white; text-decoration: none; }
a.white:hover {color: white; text-decoration: underline; }
a.white:active {color: white; text-decoration: none; }
a.blue:link {color: blue; text-decoration: none; }
a.blue:visited {color: blue; text-decoration: none; }
a.blue:hover {color: blue; text-decoration: underline; }
a.blue:active {color: blue; text-decoration: none; }
a.black:link {color: black; text-decoration: none; }
a.black:visited {color: black; text-decoration: none; }
a.black:hover {color: black; text-decoration: underline; }
a.black:active {color: black; text-decoration: none; }
-->