/* CSS Document */

*{font-family: Arial Arial, "Sans Serif Collection", Verdana}

#header {color: black;
		 text-align: center;
		font-weight: normal;
	    height: 1000px;
	    width: auto;
	    padding: 100px;
		margin-top: 100px;
	    margin-left: 300px;
		margin-right: 300px;
		margin-bottom: 300px;
	    background-color: #DAEFF8
		}


h1{font-weight: normal}


.list{list-style-type: none;
	
   text-align: center;
	margin: 0px;
	padding: 0px
    }


.item{
	display: inline-block;
	margin-right: 10px;
}

a.item-link:link{color:  #8109D0;
       text-decoration: none}

a.item-link:visited{color:  #8109D0;
       text-decoration: none}

a.email:link{color: orange;
text-decoration: none}

a.email:visited{color: orange;
text-decoration: none}


.box{list-style-type: none;
    margin: 0px;
	padding: 0px}

.box li{display: inline-block;
	    margin: 30px;
	    vertical-align: top
	
}

.box-one{background-color: white;
	text-align: center;
    height:300px;
	width:300px;
	padding: 10px;
	margin:10px auto 10px auto;
	box-shadow: 5px 5px 5px 5px #777777;
	border:10px solid #34E400;
}

.box-two{background-color: magenta;
	text-align: center;
    height:400px;
	width:300px;
	padding: 10px;
	margin:10px auto 10px auto;
	border:20px solid blue;
	border-radius: 10px;
}

p.text{text-align: left;
	   margin:10px;
	   color: black}



