/* House.css -- Style sheet for House.html */

a:link {
/*
 text-decoration: underline;
 color:"#0000EE";
 background-color:white;
*/
}
a:visited {
/*
 text-decoration: underline;
 color:"#551A8B";
 background-color:white;
*/
}
a:active {
/*
 text-decoration: underline;
 color:"#FF0000";
 background-color:white;
*/
}
a:hover {
/*
 text-decoration: blink;
 color:"#0000EE";
 background-color:white;
*/
}

body {
/*
 color:black;
 background:"#AA0000";
 cursor:crosshair;
*/
}

frame.BodyFrame {
 margin: 0 2em ; /* This doesn't seem to have any effect */
}

h3.title {
 margin: 1em 2em ;
 text-align: center;
}

h4.title {
 margin: 1em 2em ;
 text-align: center;
}

h4.heading {
 margin: 1em 2em ;
 text-align: left;
}

h5.title {
 margin: 1em 2em ;
 text-align: center;
}

img {
 border: 0;
}

li {
 margin: 0 2em ; /* IE 6 needs this because it ignores margin on ul */
}

p {
 margin: 1em 2em ;
}

p.photo {
 margin: 1em 2em ;
 text-align: center;
}

p.footer {
 font-size: x-small;
 text-align: center;
}

table.photo {
 margin: 1em 2em ;
 text-align: center;
}

ul {
 margin: 1em 2em ;
}

