/* Cascade Style Sheet for Tonidraw.com */

/* Setting body default */
body {
font-family : "Times New Roman", Helvetica, sans-serif; 
background-color : rgb(255,255,255);
font-size : 90%;
color : rgb(0,0,0); 
} 
/* Setting header */
h1{
font-family : Helvetica, Arial, sans-serif; 
font-weight : bold; 
font-size : 160%; 
color : rgb(0,51,153); 
background-color : transparent; 
} 

/* Setting sub heading */
.heading {
font-family : Helvetica, Arial, sans-serif; 
color : rgb(0,51,153);
font-weight : bold; 
font-size : 109%; 
}

.center {
text-align : center;
}

.smallfont {
font-size : 80%;
}

.subsize {
font-size : 109%;
font-weight : bold;
font-family : Helvetica, Arial, sans-serif; 
}

.logoheading {
font-family : Helvetica, Arial, sans-serif; 
font-weight : bold; 
font-size : 240%;
}

.logosubheading {
font-family : Helvetica, Arial, sans-serif; 
font-weight : bold; 
font-size : 105%;
color : rgb(102,102,102);
}

.index {
color:rgb(255,0,0);
font-weight:bold;
font-size:115%;
text-decoration:underline;
font-family : Helvetica, Arial, sans-serif;
}

.index1 {
color:rgb(255,0,0);
font-weight:bold;
font-size:95%;
text-decoration:underline;
}

.italic {
font-family : "Brush Script MT";
font-size : 130%;
color : rgb(0,51,153);
}

.fitalic {
font-family : "Brush Script MT";
font-size : 200%;
color : rgb(255,0,0);
}

.sub_italic {
font-style: italic;

}

.redcolor {
color : rgb(255,0,0);
}

.graycolor {
color : rgb(102,102,102);
}

.bluecolor {
color : rgb(0,51,153);
}

/* Link colors */
a:active {
background-color : rgb(255,255,255);
color : rgb(204,255,255); 
} 
a:visited {
background-color : rgb(255,255,255);
color : rgb(0,102,102); 
} 
a:link {
background-color : rgb(255,255,255);
color:rgb(0,102,102); 
} 
a:hover {
background-color : rgb(255,255,255);
color : rgb(153,204,204); 
} 

