/*Derek Ackworth
Thursday, October 19th, 2015*/

body {
	background-image: url("Paper.jpg");
	background-size: 1250px 937.5px;
}

p {
	text-indent: 30px;
	color: black;
	font-size: 125%;
}

span {
	color: black;
	font-size: 125%;
}

li {
	color: black;
	font-size: 125%;
}

li.nav {
	display: inline;
}

ul.menu {
    list-style-type: none;
    margin: 150;
    padding: 0;
}

a.lab {
	font-size: 250%;
	margin-left: 65px;
}

a.poodle {
	font-size: 250%;
	margin-left: 255px;
}

a.block {
    display: block;
    width: 200px;
    background-color: orange;
}

h1 {
    color: #FF7F50;
	font-size: 250%;
}

h2 {
    color: #FF7F50;
	font-size: 175%;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

img.labhome {
	margin-top: 50px;
}

img.poodlehome {
	margin-left: 50px;
	margin-top: 50px;
}

a:link {
    color: blue;
	text-decoration: none;
}

a:visited {
    color: blue;
	text-decoration: none;
}

a:hover {
    color: red;
	text-decoration: none;
}

a:active {
    color: red;
	text-decoration: none;
}



.uppercase {
	text-transform: uppercase;
}

#title {
    text-align: center;
	background-image: url("Grass.jpg");
    width: 1007px;
    padding: 10px;
    border: 5px solid black;
    margin: -15px;
}