<style type="text/css">
<!--
.bdhead {padding-top: 1em}
.bdentry {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066;text-decoration: none;} -> Example of Class style:- apply using class property for any tag <p class="bluetext">
.bdentry0 {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold; font-size: 10pt; color: #000066;text-decoration: none;background-color: #FCEEAD;}
tr.rw1 {background-color: #FCEEAD;}
tr.rw0 {background-color: #FFFFFF;}
.bdtitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000067;text-decoration: none;} -> Example of Class style:- apply using class property for any tag <p class="bluetext">
div.bbtime {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 30pt; color:#FFFFFF;text-decoration: underline;} -> Example of Class style:- apply using class property for any tag <p class="bluetext">
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: 100px;
  top: 0px;

}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}

#footer { 
clear: both;
width: 100%; 
position: absolute; 
bottom: 0px; 
left: 0px; 
} 
#NewsBox {specifications} -> Example of ID attribute Advanced style:- applied to the tag whose ID property is set to NewsBox 
-->
</style> 
