


p {font-family: Arial, sans-serif; color: #0000FF; font-size: 120%; } 
strong {color: red; font-size: 1.5em; }


/* IN HTML TYPE <p> TO GAIN ABOVE FORMATTING */

h1 {font-family: Verdana, sans-serif; color: red; font-size: 20pt; } 

/* NO UNDERLINE UNDER LINKS: */
a {text-decoration: none; } 

/* TO CREATE CLASSES: */
/* IN HTML TYPE <p class="example"> OR <h1 class="example"> */

.example {font-family: Verdana; font-size: 12pt; color: green; } 


/* Everything in a PARAGRAPH that is BOLDED will be red: */
p b {color: red; }


/* NEVER BORDERS ON IMAGE LINKS: */
a img {border: none; } 

body {
scrollbar-arrow-color: white;
scrollbar-base-color: white;
scrollbar-dark-shadow-color: white;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3d-light-color: white;
}
</style>