/*CSS Document*/

/*Here all the css changes to the default Html are defined*/

BODY {
text-align:left;
margin-right: auto; 
margin-left: auto; 
position: relative; 
width: 730 px; 
background-color:white; 
padding: 0 px;
}

a:link, a:visited, a:active {color:#003366; text-decoration:none}

a:hover {color:#003366; text-decoration:underline}

/*Here all the classes are defined*/

	/*The main Title*/
.title {font-family:"Times New Roman", Times, serif; font-size:35 pt; text-align:center; color:black}

	/*It's subtitle*/

.subtitle {font-family:"Times New Roman", Times, serif; font-size:15 pt; text-align:center; text-transform:uppercase; color:black}

	/*The navigation bar at the top of the page*/

.navbar {font-family:"Times New Roman", Times, serif; font-size:14 pt; text-align:center; color:black; line-height:1.5} 

	/*The content of said paragraphs*/

.content {font-family:"Times New Roman", Times, serif; font-size:14 pt; text-align:justify; color:black; list-style:inside}

	/*The paragraph titles*/

b.content {font-family:"Times New Roman", Times, serif; font-size:14 pt; font-weight:normal; text-align:justify; color:#003366}

	/*The alignment for media page*/
	
.media {font-family:"Times New Roman", Times, serif; font-size:14 pt; text-align:center; color:black; list-style:inside; background-color:white}
