/* style.css, a stylesheet for 'The 2004 Collier Family Reunion' */
/* written by Collie Collier of Laughing Collie Publications */
/* <www.laughingcollie.com> */

body {							/* DEFAULTS */
background-color: #fff0f5;
	/* lavenderblush */
font-family: arial, "times new roman";
color: #000000;
	/* black */
}

.standard {
margin-left: 20%;
margin-right: 20%;
}

h1 {							/* HEADERS */
font-family: arial, "times new roman";
text-align: center;
color: #4b0082;
	/* indigo */
}

h2 {
font-family: arial, "times new roman";
color: #4b0082;
	/* indigo */
font-style: italic;
}

h3 {
font-family: arial, "times new roman";
color: #4b0082;
	/* indigo */
font-style: italic;
}

.links {						/* LINKS */
float: left;
}

a:link {
color: #0000cd; */
	/* mediumblue */
text-decoration: none;
}

a:active {
color: #8b0000;
	/* darkred */
text-decoration: none;
}

a:visited {
color: #8b0000;
	/* darkred */
text-decoration: none;
}

a:hover {
color: #ffd700;
	/* gold */
text-decoration: none;
}

.quote {						/* QUOTES */
font-weight: bold;
/* background-color: #HEX CODE; */
	/* COLOR */
width: 30%;
padding: .5em;
font-size: 90%;
float: right;
border-style: solid;
/* border-color: #HEX CODE; */
	/* COLOR */
border-width: thin;
margin: .25em;
}

.quote-left {
font-weight: bold;
/* background-color: #HEX CODE; */
	/* COLOR */
width: 25%;
padding: .25em;
font-size: 90%;
float: left;
border-style: solid;
/* border-color: #HEX CODE; */
	/* COLOR */
border-width: thin;
margin: .5em;
}


.copyright {					/* CREDITS FORMAT */
float: left;
font-size: 90%;
font-style: italic;
text-align: left;
}

.credits {
font-size: 90%;
font-style: italic;
text-align: right;
}
