	/*
		Portfolio
		Layout Style sheet

		Author: Andrew
	*/
	
	/* body */
body {
 background-color: white;

}
	
	/* links */
a {
 color: orange;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.5em;
}

    /* Heading styles */
    
    h1 {
        font-family: Arial, Helvetica, sans-serif;
        background-color: blue;
        color: black;
        font-size: 2.5em;
        letter-spacing: .2em;
        text-align: center;
        
        word-spacing: .5em;
    }
    h2 {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }
    
    /* paragraph */
p {
 color: red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.5em;
 text-align: left;
 text-indent: 3em;
 margin: 0;
 line-height: 2;
}

strong {
    font-weight: bold;
    text-transform: lowercase;
}

em {
    font-weight: 700;
}

li {
    color: black;
    list-style-type: circle;
}