.none {
 font-family: Arial, Tahoma, sans-serif;
 font-weight:normald;
 font-size: 14px;
 color:#333333;
}

.heading1 {
 font-family: Arial, Tahoma, sans-serif;
 font-weight:bold;
 font-size: 18px;
}
.heading2 {
 font-family: Arial, Tahoma, sans-serif;
 font-weight:bold;
 font-size: 22px;
}
.heading3 {
 font-family: Arial, Tahoma, sans-serif;
 font-weight:bold;
 font-size: 26px;
}

.body {
 font-family: Arial, Tahoma, sans-serif;
 font-weight:normald;
 font-size: 14px;
 color:#333333;
}

.red {
 color: #FF0000;
}
.blue {
 color: #0033ff;
}
.green {
 color: #009900;
}


a {
 color:#3366ff;
 text-decoration:underline;
}
a:hover {
 text-decoration:none;
}
.center {
 text-align:center;
}
.right {
text-align:right;
}
.left {
text-align:left;
}
