.minor_text {
    font-family: Arial;
    font-size: 60%;
    color: #333333;
}

.post_text {
    font-family: Arial;
    font-size: 80%;
    color: #333333;
}

.post_text_bold {
    font-family: Arial;
	font-weight: bold;
}

.post_text_bold_nosize {
    font-family: Arial;
	font-weight: bold;
}

.post_text_red {
    font-family: Arial;
    font-size: 84%;
    color: #FF0000;
}

.post_text_red_bold {
    font-family: Arial;
    font-size: 84%;
    color: #FF0000;
	font-weight: bold;
}

.post_text_red_bold_nosize {
    font-family: Arial;
    color: #FF0000;
	font-weight: bold;
}

.post_title {
    font-family: Arial;
    font-size: 100%;
	color: #444444;
}

.post_title_bold {
    font-family: Arial;
    font-size: 100%;
	color: #444444;
	font-weight: bold;
}

.post_title_red {
    font-family: Arial;
    font-size: 84%;
    color: #FF0000;
}

.post_title_red_bold {
    font-family: Arial;
    font-size: 84%;
    color: #AA0000;
	font-weight: bold;
}


.link_text_nosize {
    font-family: Arial;
    color: #333333;
}

.link_text {
    font-family: Arial;
    font-size: 84%;
    color: #333333;
}

.link_text_small {
    font-family: Arial;
    font-size: 70%;
    color: #333333;
}

.link_text_small_red {
    font-family: Arial;
    font-size: 70%;
    color: #800000;
}

a:link    {color:black;}
a:visited {color:gray;}
a:hover   {color:blue;}
a:active  {color:red;} 