P {
    text-align : justify; 
    text-indent : 1em; 
    padding-left : 5px;
    padding-right : 5px;
    padding-top  : 5px;
    padding-bottom :5px;
    line-height : 24px
}


DIV.MS {
   background : #ffffff; 
   padding : 5px; 
   border-width : medium; 
   border-style : single; 
   border-color : green; 
}

.blue-single {
    background-color : white;
    padding : 2px;
    border-width : 8px;
    border-color : steelblue;
    border-style : double
}

.green-double { 
    background-color : white;
    padding : 5px;
    border-width : 10px;
    border-color : green;
    border-style : double
}

DIV.SE {
   background : #ffffff; 
   padding : 5px; 
   border-width : 3px; 
   border-color : green; 
}


DIV.SK {
   background-color : white; 
   padding : 5px; 
   border-style : double; 
   border-width : 7px; 
   border-color : green 
}

A.update:link {
   font-weight : bold; 
   font-size : 9pt; 
   font-family : arial, geneva, helvetica; 
   color : red; 
   background-color : white; 
}

A.obvious:link {
   font-weight : bold; 
   font-size : 9pt; 
   font-family : arial, geneva, helvetica; 
   color : black; 
   background-color : white; 
}

A.obvious2:link {
   font-weight : bold;
   font-size : 9pt;
   font-family : arial, geneva, helvetica;
   color : brown;
   background-color : white;
}

.skfont5 {
   font-weight : normal; 
   font-size : 9pt; 
   font-family : verdana, arial, helvetica, sans serif; 
   color : #152d51; 
   background-color : white; 
}

.skfont4 {
   font-weight : bold; 
   font-size : 10pt; 
   font-family : arial, helvetica, lucida sans, sans serif; 
   background-color : white; 
}

.skfont3 {
   font-weight : normal; 
   font-size : 8pt; 
   font-family : georgia, times new roman, arial, helvetica, geneva; 
   color : black; 
   background-color : white; 
}

.skfont2 {
   font-weight : bold; 
   font-size : 8pt; 
   font-family : georgia, verdana, helvetica, lucida sans, arial, sans serif; 
   color : black; 
   background-color : white; 
}

.skfont1 {
   font-weight : bold; 
   font-size : 10pt; 
   font-family : georgia, verdana, helvetica, lucida sans, arial, sans serif; 
   color : red; 
   background-color : white; 
}

.skfont0 {
   font-weight : normal;
   font-size : 11pt;
   font-family :  arial, helvetica,  sans-serif;
   color : #2f4f4f;
   background-color : white;
   }

.skfont6 {
   font-weight : bold;
   font-size : 9pt;
   font-family :verdana, arial, helvetica, geneva;
   color : #000000;
   background-color : white;
   }

.skfont7 {
   font-weight : normal;
   font-size : 11pt;
   font-family : arial, helvetica, geneva;
   color : #152D51;
   background-color : white;
   }
<!--Links Style-->
A.sk1 { font-weight : bold }

A.sk2 { font-weight : bold; font-family : arial, helvetica, geneva}
A.sk2:link { color:steelblue; text-decoration: none;}
A.sk2:active { color:red }
A.sk2:visited { color:green}

A.sk3:link { font-weight: bold}
A.sk3:active { font-weight: bold }
A.sk3:visited { font-weight: normal}

A.sk4:link { text-decoration: underline; font-weight: normal}
A.sk4:active { text-decoration: underline; font-weight: bold}
A.sk4:visited { text-decoration: none; font-weight: normal}

A.sk5         { color: black }
A.sk5:link    { background-color: cyan }
A.sk5:active  { background-color: red }
A.sk5:visited { background-color: yellow }
