html body
{
   color: #060322;
   background-color: #2c16ee;
   background-image: url(../images/light_purple/background_attempt1.jpeg);
   background-image: url(../images/light_purple/background_attempt1.jpeg), -moz-linear-gradient(#bb93fa, #2c16ee 1000px, #2c16ee 1300px, #060322);
   background-image: url(../images/light_purple/background_attempt1.jpeg), -webkit-linear-gradient(#bb93fa, #2c16ee 1000px, #2c16ee 1300px, #060322);
   background-image: url(../images/light_purple/background_attempt1.jpeg), -o-linear-gradient(#bb93fa, #2c16ee 1000px, #2c16ee 1300px, #060322);
   background-image: url(../images/light_purple/background_attempt1.jpeg), linear-gradient(#bb93fa, #2c16ee 1000px, #2c16ee 1300px, #060322);
}
div#header h1 a
{
   background-image: url(../images/light_purple/logo1.png);
}
div#header h2 a
{
   background-image: url(../images/dark/tagline1.png);
}
html #nav a:hover, html #nav a.active, html .sections a:hover
{
   color: #00011b;
}

html a, html #nav a, html .sections a
{   color: #000265; }

