/*

thise is my personal style for my home page and all the other pages

*/

body {
   font-family:helvetica,sans-serif;
   font-size:medium;
   background-color:#ECECEC;
   color:black;
}

p {
}

a {
  text-decoration:underline;
  color:black;
}

a:active {
  text-decoration:underline;
  color:black;
}
    
a:visited {
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
  background-color:black;
  color:white;
}

li {
}

table {

}

.top_titles {
  font-family:arial;
}

.bar {
  background-color:black;
  width:99%;
  color:white;
}


a:visited:hover {
  text-decoration:none;
  background-color:#222;
}

