body{ /*Determines how the main body of the page will render*/	
	background-color: #D5D3B6;
	
}

/*The following all alter the corresponding div*/

.textbody{ /*Affects the portion where text is on the page*/
	float: center;
	background-color: #FEF7DB;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 960px;
	text-align: left;
	font-size: 18px;
}

.header{ /*Affects the RMI Header*/
	float: center;
}


.connections{ /*Affects the 'connections' section of the profile*/
	float: center;
	padding-bottom: 100px;
	
}

.section{ /*Affects all section headers; span*/
	font-family: 'Lucida Console', Monaco, monospace;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 20px;
}

.links{	/*Affects all the links sections*/
	float: center;
	width: 980px;
}

img{ /*Affects all <img> tags*/
	border: none;
}



/*The following all alter other aspects of the page*/

a:link {
	font-weight: normal;
	font-variant: small-caps;
	color: black;
}

a:visited {
	font-weight: normal;
	font-variant: small-caps;
	color: black;
}

h2{ /*Affects all second-degree headers*/
	font-family: 'Lucida Console', Monaco, monospace;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	font-size: 30px;
}

.subh2{ /*For use as a span value in an h2*/
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
}

.title{
	font-size: 17px;
	font-style: italic;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;

}

.title2{
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

.title3{
	font-size: 15px;
	font-style: italic;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.shrink{
	font-size: 16px;
}	
