/* CSS Document */
p {
 font-size:1.1em;
}
.point {
color:#7c7b6c;
font-weight:bold;
}

.note {
 font-size:0.9em;
}
.note1{
 font-size:0.8em;
}
.fact,.fact1 {
font-family:arial;
font-size:1.0em;;
font-weight:bold;
}
.fact1 {
color:red;
}
.blue {
color:blue;
font-size:1.1em;
text-align:center;
font-weight:bold;
font-family:Tehoma,Verdana,Arial;
}

.bold {
font-weight:bold;
}


