/* great lakes stylesheet */


/* set the document background to white */
body {background: #FFFFFF;} 

/* 	the heading tags were marked up to be used as titles of each section, and for the display of each cars title,
 * 	the background was set to grey, to allow them to stand out
 */
h2			{font-size: 18pt; font-weight: bold; color: #0000CC; background-color: #CCCCCC; margin: 0;} 
h3			{font-size: 16pt; font-weight: bold; color: #0000CC; background-color: #CCCCCC; margin: 0;} 
h4			{font-size: 15pt; font-weight: bold; font-style: italic; color: #333333; margin: 0;} 


/* the center class allows us to center text without using deprecated tags */

.center			{text-align: center}
.red			{color: red}
