﻿/*External style sheet */
/*Jenny Walsh IT210 - website is Laserwizard.biz */

body
	{
	font-family: "verdena", sans-serif; 
	margin-top: 0.5em;
	margin-right: 5em;
	margin-bottom: 1em;
	margin-left: 5em;
	background-image:  url("greyback.jpg");
	}  /*grey textured background*/

h1, h2, h3, h4, h5, h6
	{
	font-weight:  bold;
	font-family: sans-serif;
	color:  #0000FF; /*blue*/
	text-align:  center;
	}
	
h1
	{
	font-style: italic;
	text-align:  center;
	}
h2
	{
	color:  #FF0000 /* red */
	text-align:  left;
	}

	

ul, li
	{
	font-family:  "Book Antiqua", serif;
	font-size:  12pt;
	list-style-type:  square;
	}

/* classes */

/* class used in the footer */
.footer
	{
	background-image: url("blacksky.gif"); /* black night */
	font-size:  12pt;
	color:  white;  /* white font */
	font-family:  "Times New Roman", serif;
	font-weight: bold;
	text-align:  center;
	}

/* class used in the menu */
.menu
	{
	background-image: url("images/bluestripe.gif"); /* blue stripe */
	font-size:  12pt;
	color:  red;  /* red */
	font-family:  "Times New Roman", serif;
	font-weight: bold;
	text-align:  left;
	vertical-align:  top;
	margin-top: 0;
	}

/* class for image no link shows */
.nolink
	{A:link, A:visited, A:active { text-decoration: none }
		
.bulletin
	{
	border:  red;  /*red*/
	color:  red; /*red*/
	font-style:  italic;
	font-weight: bold;
	text-align:  center;
	}
	
