
body       {
           text-align: center;
           font-family: verdana; color: black;
	       }
 
#container {
		   margin: 15px auto;   /* align for good browsers */
		   text-align: left; /* counter the body center */
		   border: 1px solid black;
		   width: 780px;
	       background-image: url(images/digital_media_large.jpg)
           }
		

	h1 {font-size:16px; margin: 0; padding: 0;}
	h2 {font-size:14px; text-align:justify; font-weight:bold; margin: 0; padding: 0;}
	h3 {font-size:16px; font-weight:bold; color: #FF0000; margin: 0; padding: 0;}
    P {font-size: 12px; text-align:justify; margin-bottom: 0; margin-top: 0;}
	h4 {font-size:12px; font-weight:normal; color: #FFFFFF; margin: 0; padding: 0;}
	

           a.menu:link {font-size:14px; color: #FFFFFF}
           a.menu:visited {font-size:14px; color: #FFFFFF}  /* visited link */
           a.menu:hover {font-size:14px; color: #FF0000}   /* mouse over link */
           a.menu:active {font-size:14px; color: #FFFFFF}   /* selected link */

           a:hover {text-decoration: none;}
		   a:link {text-decoration: none;}
		   a:visited {text-decoration: none;}
		   a:active {text-decoration: none;}
    

/* not used H4 {font-size: 8pt; font-weight: normal; color: black;}*/
/*H5 {font-size: 6pt; color: black;}*/

