STYLESHEETS CODE

In HEAD:

      <LINK rel="stylesheet" href="hpstyle.css" type="text/css">    

</HEAD>

in root web, create the css file

hpstyle.css

EXAMPLE OF THIS FILE:
body {
	background:url(images/body-bg.gif) center top #37271c; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#e3dad2;}

li { font-family: verdana; color: #e3dad2; font-size:12pt;}

TD { font-family: verdana; color: #e3dad2; font-size:12pt;}

.force { font-family: verdana; color: #e3dad2; font-size:10pt;}

em { font-family: verdana; color: #e3dad2; font-size:12pt;} 

small { font-family: verdana; color: #e3dad2; font-size:10pt;} 

strong { font-family: verdana; color: #e3dad2; font-size:12pt;} 

h1 { font-family: verdana; color: #c30000; font-size:20pt; } 

h2 { font-family: verdana; color: #c30000; font-size:14pt; } 

h3 { font-family: verdana; color: #c30000; font-size:12pt;} 

h4 { font-family: verdana; color: #c30000; font-size:12pt;} 


A:hover { color: #e3dad2}

A:link { text; color: #e3dad2}

A:visited ( color: #330066}

THIS IS THE STYLE STHEET FOR parkcentralhotel.com

