@charset "UTF-8";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
}

h1{
	font-size:large;
}

.small{
	font-size:small;
}
.red{
	color:#F00;
}

#footer{
	font-size:smaller;
}

#content {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
}