/**************************************************************************************************************************************************************************
// com.oclib.css.standard.html.20070102.Html
// Open Class Library : CSS : HTML : Version 20070102
// Version's Location: http://www.oclib.com/css/standard/html/20070102/Html.css 
// Index Version's Location: http://www.oclib.com/css/standard/html/20070102/index.html
// Last Version's Location: http://www.oclib.com/css/standard/html/last/Html.css 
// Index Last Version's Location: http://www.oclib.com/css/standard/html/last/index.html
// Release's Namespace: com.oclib.css.standard.Html 
// Release's Location: http://www.oclib.com/css/standard/Html.css 
// © 2007 http://www.oclib.com/ Public Domain
****************************************************************************************************************************************************************************/

.b {
 font-weight: bold;
}

.center {
 text-align: center;
}

.justify {
 text-align: justify;
}

.left {
 text-align: left;
}

.p {
 text-indent: 4em;
 text-align: justify;
}

.right {
 text-align: right;
}

