 A:link 	    { background-position: transparent; color: #660000; text-decoration: none; font-family: Book Antiqua; font-size: small; font-weight: bold;  line-height:150%}
 A:visited	    { background-position: transparent; color: #660000; text-decoration: none; font-family: Book Antiqua; font-size: small; font-weight: bold;  line-height:150%}
 A:hover        {  color: #0000ff; text-decoration: none;  font-family: Book Antiqua; font-size: small;  line-height:150%}




/*Scroll bar for all pages*/            
body {
scrollbar-face-color: #ff8000;
scrollbar-arrow-color: #ff8000;
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000; 
}



body { color : #000000; background : #ffffff; font-family : "Book Antiqua",Bookman Old Style, Times, serif; font-size : 16pt; } 

img.displayed {
display: block;
margin-left: auto;
margin-right: auto }

/* webpage css */

#container
{
width: 80%;
margin: 10px auto;
background-color: #fff;
color: #333;
<style type="text/css">
border: double;
border:color #006600;
line-height: 120%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

p.heng {
             height: 1em;
              filter: Shadow(Color=#666666,	
			Direction=135,
			Strength=5);

} 

div.container {
	border: 1px solid #000;
	overflow: hidden;
	width: 100% auto;
}

div.left {
	width: 45%;
	float: left;
}

div.right {
	width: 45%;
	float: right;
}

body {
margin: 0px;
padding: 20px;
font-family: verdana;
font-size: 16px;
width:80% auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>



.shiftcontainer{
position: relative;
right: 7px; /*Number should match -right shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 80% auto; /* container width*/
background-color: #adadad;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid white;
padding: 6px;
position: relative;
right: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


div.imagecenter { 
text-align: left; 
margin: 15px; 
} 


body {
margin: 0px;
padding: 20px;
font-family: verdana;
font-size: 16px;
width:80% auto;
}

p.one
{
border-style:double;
border-color:#006600;
}

/*LIQUID CENTER CODE*/
#container
{
width: 80%;
margin: auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#rightnav
{
float: right;
width: 18%;
margin: 0;
padding: 1em;
}

#content
{
margin-right: 18%;
/*border-right: 1px solid gray;*/
padding: 1em;
max-width: 80% auto;
}

img.floatLeft { 
    float: left; 
    margin: 15px; 
}
img.floatRight { 
    float: right; 
    margin: 15px; 
}


p.pos_fixed
{
position:fixed;
top:10px;
right:10px;
font size:1em;
height:225%;
z-index:100px;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
color:000;
line-height:18px;
z-index:100;
}