/*doodler bugz pages linked style sheet*/







body {



/*background settings*/



background-image: url(images/yellow_blue_marble.gif);

background-color: #ffffe5;



/*start of margins*/



margin-left: 75px;

margin-right: 75px;

margin-top: 20px;

margin-bottom: 20px;

}



/*start of heading 2*/



h2 {

color: #b069ff; /*color dark purple */

text-align: center;

text-transform: uppercase;

font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;

font-weight: bold;

}



h3 {

color: #d4a8ff;

text-transform: uppercase;

font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;

font-weight: bold

}
h4 {
color: #2e2eff;
text-transform: uppercase;
font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;
font-weight: bold
}


p,li {
font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;
color: #2e2eff;
font-size: .90em;
} 



/*start of classes*/



.center {

text-align: center;

}
.right {
text-align: right;
}
.left {
text-align: left;
}



.border {

margin: 3px;

border: solid #e5f2ff 3px;

}





a:link {

color: #ff66ff; /*color purple*/

font-weight: bold;

}



a:visited {

color: #b366ff; /*color purple2*/ 

font-weight: bold;

}



a:hover {

color: #a8a8ff; /*color light blue*/ 

font-weight: bold;

}



a:active {

color: #0000eb; /*color dark blue*/

font-weight: bold;



}
