
#home {
    font-family: Helvetica, Arial, Sans-Serif, Serif, Times;
    margin: auto;
    text-align: center;
}
p   {
    text-align: left; 
}
ul, li {
  list-style-type: none;
  font-size: 1.2em;
}
.warning {
  font-size: 1.5em;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

.note {
 font-size: 2.1em;
 font-style: italic;
}

ul.menu li  {
  display: inline
}
.menu li a:before {
  content: "[ "
}
.menu li a:after {
  content: " ]"
}

.links li:before {
  content: "*"
}
.links li:after {
  content: "*"
}

img, img a {
 border: none;
 }
 img a:hover {
 
}
.links {
 border-bottom: 1px solid grey;
 padding-bottom: 10px;
}

#imggoatse a {
margin: auto;
 background: url(hello.jpg);
 height: 360px;
 width:480px;
 display: block;
}

#imggoatse a:hover {
margin: auto;
 /*background: url(new.jpg);*/
 height: 360px;
 width:480px;
 display: block;
}
