body
{
background-color:CCCCCC;
color:black;
}
a
{
text-decoration:none;
color:white;
}

a:hover
{
color:red;
background-color:white;
font-size: 120%;
}

.keyWord
{
color:red;
}

#container
{

/*
background-color: #FFF;
background-image: url(background.jpg);
background-repeat: repeat-y;
border: 1px solid #333;
*/
}

#banner
{
  /*margin: 0 5%;*/
  background-image:url('hshpblue.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color:black;
  color:white;
  text-align: center;
  width:100%;
  height:10%;
/*border-bottom: 1px solid #333;*/
}

#banner h1
{
  text-align: center;
}

#banner img {
 
  text-align: center;
}

#nav {
  text-align: center;
  background-color:3366FF;
  color:white;
  clear:both;
  float: left;
  width: 15%;
  height:80%;
  padding-top: 1em;
  font-size:125%;
  /*margin-left: 10px;*/
	
}

#nav p {
    font-style:normal;
	text-align: center;
	color:white;
	

	
}

#content {
  /*margin: 0 2em 0 160px;*/
  height:80%;
  width:100%;
  /*background-image:url('tambodia.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;
background-color:blueviolet;*/
  
}

#footer {
  clear: both;
  padding: 1em;
  text-align: center;
  font-size: x-small;
  text-decoration: none;

/*
clear: both;
background-color: #666;
padding: 1em;
text-align: right;
border-top: 1px solid #333;

*/
}
