﻿/* css Man Kou default style */

body         { font: 12px Microsoft Sans Serif; color: #000000; background: #FFFFFF; text-align:justify }
table        { font-size: 10pt; font-family: Microsoft Sans Serif; text-align:justify }
h2           { font-size: 10pt; color: #336699; font-weight: bold }
h3           { font-size: 8pt; color: #336699; font-weight: bold }
a:hover      { color: #FF0000 }a            { color: #154A80 }
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
   
 td {
	font: 12px Microsoft Sans Serif; 
	color: #000000;
	text-align:justify }

 tr {
	font: 12px Microsoft Sans Serif; 
	color: #000000;
	text-align:justify }

 table {
	font: 12px Microsoft Sans Serif; 
	color: #000000;
	text-align:justify }

 body {
	font: 12px Microsoft Sans Serif; 
	color: #000000;
	text-align:justify }

p { 
	margin-top: 0; 
	text-align: justify 
}

/* css makes text bold, does not change size */

.Bold {
	font-weight: bold;
	color: #000000;
}

.BoldCenter {
	font-weight: bold;
	text-align:center
}

/* css Colored text styles */

.Purple {
	font-weight: bold;
	color: #800080;
}

.Blue {
	font-weight: bold;
	color: #0000ff;
}

.Red {
	font-weight: bold;
	color: #ff0000;
}

.Yellow {
	font-weight: bold;
	color: #ffcc00;
}

.Gray {
	font-weight: bold;
	color: #a3adc2;
}

