@charset "utf-8";
/* CSS Document */
h1 {font-size: 150%}
h2 {font-size: 130%}
p {font-size: 100%}


.verdana {
	font-family:Verdana, Geneva, sans-serif}


.bold {
	font-weight:bold}
.center {
	text-align:center}

<!-- Font Color -->
.blue {
	color:blue;}
.green {
	color:green;}

<!-- Font Sizes -->
.font9 {
	font-size:9px}
.font12 {
	font-size:12px	}
.font13 {
	font-size:13px	}
.font16 {
	font-size:16px	}
.font18 {
	font-size:18px	}


.digwarning {
	font-family:Verdana, Geneva, sans-serif;
	color:red;
	font-size:18px}
