@import url("screen.css");

body {
	color: black;
	background-color: #f7f7f7;
	}

h1 {
	font-family: Cambria, "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
	}
h2 {
	font-size: 2.5em;
	}

/* @group Links */

a[href]:link {
	background-color: transparent;
	color: #069;
	border-bottom: 1px dotted #069;
	text-decoration: none;
	}

a[href]:visited {
	background-color: transparent;
	color:purple;
	border-bottom: 1px dotted purple;
	text-decoration: none;
	}

a[href]:link:hover, a[href]:link:active, a[href]:link:focus {
	background-color: transparent;
	color:#069;
	border-bottom: 1px solid #069 !important;
	}

a[href]:visited:hover, a[href]:visited:active, a[href]:visited:focus {
	background-color: transparent;
	color: purple;
	border-bottom: 1px solid purple !important;
	}

/* @end */