/* GoingsOn.css -- Style sheet for GoingsOn */

a:link {
/*
 text-decoration: underline;
 color:#0000EE;
 background-color:white;
*/
 color:#00CCEE;
}
a:visited {
/*
 text-decoration: underline;
 color: #551A8B;
 background-color:white;
*/
 color: #BB7FCF;
}
a:active {
/*
 text-decoration: underline;
 color: #FF0000;
 background-color:white;
*/
 color: #FF0000;
 color: #CCCC00;
}
a:hover {
/*
 text-decoration: blink;
 color: #0000EE;
 background-color:white;
*/
 color: #DD9FEF;
}

body {
 background-color: black;
 color: white;
/*
 cursor:crosshair;
*/
}

/*
div.photo {
 margin-left: auto;
 margin-right: auto;
}
*/

frame.BodyFrame {
 margin: 0 2em ; /* This doesn't seem to have any effect */
}

div.centered {
 text-align: center;
}

h2.title {
 margin: 1em 2em ;
 text-align: center;
}

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 ;
}

div.quote {
 margin: 1em 10em 0em 10em ;
}

div.quote p {
 margin: 0em 0em ;
}

div.quote blockquote {
 margin: 0em 0em ;
}

div.quote p.by {
 margin: 0em 5em;
 font-size: smaller;
}

p.photo {
/*
 margin: 1em 2em ;
*/
 text-align: center;
}

p.indent {
/*
 margin: 1em 2em ;
*/
 padding-left: 50pt;
 padding-right: 50pt;
}

h3.photoheader {
/*
 margin: 1em 2em ;
*/
 text-align: center;
 text-decoration: underline;
 text-shadow: blue 2px 2px 3px ;
}

p.footer {
 font-size: x-small;
 text-align: center;
}

table.photo {
 margin: 1em 2em ;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

ul {
 margin: 1em 2em ;
}

smaller {
 font-size: smaller;
}
