BODY {
  background-color:white;
  background-image : url(left_small.gif);
  /* background-repet : repeat ; */
  background-repeat : repeat-y;
  font-family : sans-serif;
  text-align : left;
  /* background-position: center center; */
  /* background-attachment: fixed; */
  color : black ;
}

.page {
	/* width : 650px ; */
	margin : 10px auto 0px 30px ;
}

a:link    { color: blue;  background-color: transparent ; text-decoration:none;}
a:visited { color: blue;  background-color: transparent ; text-decoration:none;}
A:HOVER   { color: navy;  background-color: transparent ; text-decoration:none;
  position : relative;
  top : 1px;
   : 1px;
}
A:ACTIVE  {   
  text-decoration : overline;
  background-color: transparent ;
  text-decoration:none;
}


.section {
  font-size:18px;
  font-weight:bold;
  border-bottom : 1px solid navy;
  padding-left : 40px;
  line-height : 20px;
  background-image : url(left_small.gif);
  background-repeat : no-repeat;
  /* background-repeat : repeat-y; */
  left : 0px;
  margin-left : 160px;
}

.list{
padding-left:10px;
padding-bottom:10px;
line-height:28px;
}

ul{
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
}

.head{
  text-align : left;
  border-bottom-color : navy;
  border-bottom-width : 1px;
  padding:5px;
  background-attachment : fixed;
  margin : 0px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-style : solid;
}

.foot{
text-align:right; font-size:12px;
border-top : 1px solid navy; padding:3px;
border-right : 1px solid navy; padding:3px;
}

.content{
  margin-right:30px;
  padding-left : 180px;
  padding-top:10px;
  padding-bottom:30px;
  text-align : justify;
}

.name{}

.nojava {
	color : #FF0000 ;
	font-size : 20px ;
	text-align : center ;
	width : 500px ;
	margin : 20px auto 20px 200px ; 
}

