

/*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 {
font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;
color: #ff00ff;
font-size: .90em;
} 

/*start of classes*/

.center {
text-align: center;
}

.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: #6b6bff; /*color light blue*/ 
font-weight: bold;
}

a:active {
color: #0000eb; /*color dark blue*/
font-weight: bold;

}

.links {
font-family:Arial, Helvetica, sans-serif;

text-align: center;

font-size: .9em;

margin-top: 5%;

margin-right: 5%;

margin-bottom: 2%;

margin-left:5%;

}
