@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

a:link { text-decoration: underline; color: #CC0000; }
a:visited { text-decoration: underline; color: #CC0000; }
a:hover { text-decoration: none; color: #3300CC; }
a:active { text-decoration: underline; color: #000000; }

.small {font-size: 10px;}
.bold {font-weight:bold;}
.medium {font-size:16px;}
.large {font-size: 18px;}
.alert {color:#FFFF00;}
.center {text-align:center;}