/* 
The "Believe Me U" Style Sheet
*/

.blue {
color:"#00ccdd"
}

.green {
color:"#00aa00"
}

.red {
color:"#ff0000"
}

.yellow {
color:"#ffff00"
}

.pink {
color:"#ff00ff"
}

a { text-decoration:"none"}

body { 
font-family:  "Arial", "Tahoma", "Verdana", "News Gothic", "MS Sans Serif";
font-size: "80%"
}

blockquote {
margin-left: "1.0 in";
color:"#ff00ff";
text-decoration:"italic";
font-weight:"extra-bold"
}

h1, h2, h3, h4, h5, h6 { 
font-family:"Comic Sans MS", "Courier New";
}

h1 { color:"#9900ff"; text-align:"center"}

h2 { 
color:"#006699"
}

h3 { 
color:"#006666"
}

hr {
width:"60%"
}
