/*
Site Name: Nicole Vickers
Theme URI: http://wedding.nicolevickers.org/
Description: Nicole's personal home page
Version: 1.0
Author: Nicole Vickers
Author URI: http://www.nicolevickers.org
Tags: CV

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
    background-color: c02103;
    padding: 20px;
    font-family: Verdana, Arial;
}

#header {
    width: 900px;
    height: 200px;
    background-image: url(HedgehogHeader.gif);
}

#content {
    padding: 20px;
}

a:link {
    color: #597976;
    text-decoration: none;
}

a:visited {
    color: #597976;
    text-decoration: none;
}

a:active {
    color: #597976;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: strong;
}