/* file 'link-styles.css' */
BODY {margin-top: -1em;}
BODY {margin-left: -1em;}

A:link {color: blue;}
A:visited {color: Gray;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: WHITE; text-decoration: underline;}
A:active {color: WHITE;}

A.SPLASH:link {color: #D3A70A;}
A.SPLASH:visited {color: Gray;}
A.SPLASH:link {text-decoration: none;}
A.SPLASH:visited {text-decoration: none;}
A.SPLASH:hover {color: #256C00; text-decoration: underline;}
A.SPLASH:active {color: 256C00;}

A.nav:link {color: white; font-weight: bold;}
A.nav:visited {color: #fffbdf; font-weight: bold;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: yellow; font-weight: bold;}
A.nav:active {color: yellow;}

A.ext:link {color: GREEN; font-weight: bold;}
A.ext:visited {color: purple; font-weight: bold;}
A.ext:link {text-decoration: none;}
A.ext:visited {text-decoration: none;}
A.ext:hover {color: #800000; font-weight: bold;}
A.ext:active {color: #800000;}

P {color: black; font-family: verdana, Arial}
br {color: black; font-family: verdana, Arial}

.LeftImg {
	margin: 0 15px 10px 0;
}

.divProject{
	margin-left: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}
