/*
         Hand written by Alan Rosenquist     
   First Come First Server Naming Scheme   
         Feel Free To Learn From My Code      
                AlanRosenquist@Gmail.com         
*/

body {
		background:#FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#container {
		background-color:#FFF;
		border-top:#000 1px solid;
		}

#resume_project {
		background:#9C0;
		line-height:100px;
		text-align:center;
		}

#resume_project a,a:active,a:visited {
		font-size:30px;
		color:#404000;
		text-decoration:none;
		}

#resume_project a:hover,a:focus {
		font-size:30px;
		color:#FFF;
		text-decoration:none;
		}

.resume_project_divider {
		color:#FFF;
		font-size:30px;
		}

/* Missing something??  Check out the other CSS files. */

#footer {
		font-size:10px;
		color:#000;
		text-align:right;
		line-height:36px;
		border-bottom:#9C0 1px solid;
		border-top:#000 1px solid;
		}

#footer a,a:active,a:visited {
		font-size:10px;
		color:#000;
		text-decoration:none;
		}

#footer a:hover,a:focus {
		font-size:10px;
		color:#000;
		text-decoration:underline;
		}

#footer .active_link {
		font-size:10px;
		color:#000;
		text-decoration:underline;
		}

/* Misc Classes */

acronym {
		speak : normal;
		}
		
abbr.initialism {
		speak : spell-out;
		}
		
abbr.truncation {
		speak : normal;
		}