/* Homework CSS-2.1 by Peter Hulm  based on mystyle.css */

/* this uses pseudo-selectors for first-line, first-letter */

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	margin-left:150px;
	color: white;
	background: maroon url(../images/wordbg.gif) repeat-y;}

h1, h2 {font-family: Verdana, Arial, sans-serif; color: yellow;
	margin-left:-150px;}

h1 {font-size:x-large;}

h2 {font-size:large; text-transform:uppercase;}

h3 {
	color: white;
	border-bottom:3px solid yellow;
	padding-bottom: 5px;
}

p {text-align:justify;}

p:first-line {font-variant: small-caps;}

p:first-letter {font-family: Verdana, Arial, sans-serif;
		font-size:20px; font-weight:bold; color:yellow;
		}

a:hover {color: white; background-color: black;}
a:active {color: gray;}
a:link {color: yellow;}
a:visited {color: black; background-color: yellow;}


/* this class is applied to details you want to highlight */

.hili{color:silver; border:1px;}

li {
	list-style-type:square; color:silver;
	}

td {line-height: 24px; letter-spacing: 1px; padding: 5px; vertical-align:top;}

ul {
	padding-left: 25px;
}

/* end of mystyle2_1.css */
