<style>     HR {width : 80%;}
      
      SMALL {font-weight : bold;}
      
      P.TimesItal {
      font-family : "Times New Roman", Times, serif;
      font-weight : bold;
      font-style : italic;
      }
      
      P.bluetxt {
      color: Navy;
      font-family : "Courier New", Courier, monospace;
      font-weight : bold;
      }
      
/* 
'	body {
'	background-image:
'	url('dlg_selfportrait.jpg');
'	background-repeat: no-repeat;
'	}
*/
    
 
      
      H4 {
      color : Blue;
      font-family : "Times New Roman", Times, serif;
      font-size : x-large;
      font-weight : bold;
      line-height : 50%;
      }
      
   
     }
/* 
   :::::::::::::::StyleSheet Information :::::::::::::::
   :: ----------------------------------------------- ::
   :: PBase.com Style Version 1.1                     ::
   :: by Webdev - Pim Rijpsma - NL                    ::
   :: http://www.pbase.com/webdev/                    ::
   :: License Terms : Attribution-ShareAlike 1.0      ::
   :: http://creativecommons.org/licenses/by-sa/1.0/  ::
   :: ----------------------------------------------- ::
   :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
a, a:link,a:visited,a:active {
	color: rgb(204, 204, 255);
	text-decoration: none;
}
a:hover {
	color: rgb(128, 255, 100);
	text-decoration: none;
}

h1{
	border-bottom: rgb(95, 121, 156) thin solid;
	margin-bottom: 1em;
	margin-left: -10px;
	margin-right: 0px;
	padding: 5px;
	width: 100%;
	display: block;
	background: rgb(0, 0, 0);
	color: rgb(204, 204, 255);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: left;
	height: 24px;
	position: relative;
}
h2{
	margin-bottom: 1em;
	margin-left: -10px;
	margin-right: 0px;
	padding: 5px;
	width: 100%;
	display: block;
	background: rgb(0, 0, 0);
	color: rgb(204, 204, 255);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 8px;
	text-align: left;
	height: 21px;
	position: relative;
}
h3,title{
	border-bottom: rgb(0, 0, 0) 1px dotted;
	padding: 2px;
	width: 400px;
	display: block;
	background: rgb(40, 40, 40);
	color: rgb(91, 91, 101);
	font: 18px verdana, arial, sans-serif;
	letter-spacing: 2px;
	text-align: center;
}
h5 {
	padding-left: 2px;
	width: 150px;
	display: block;
	color: rgb(204, 204, 255);
	font-size: 12px;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr='#000000',endColorstr='#2D2D2D');
}
</style>