/* CSS Document */

body {
	font-size: small;
}

p, ul, ol, li, dl, dt, dd, td {
	font-size: small;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4 {
	font-size: small;
}

.board h4 {
	font-size: medium;
}

#footer ul li {
	font-size: x-small;
}

#footer p {
	font-size: x-small;
}

.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.large {
	font-size: large;
}

.xlarge {
	font-size: x-large;
}
