body,p,a,h1,h2,h3,h4,h5,h6,td  {
        font-family : Arial;
        color : #FED26E;
}

H1 {
	font-size : 24px;
	font-weight : bold;
}

H2 {
	font-size : 20px;
	font-weight : bold;
}

H3 {
	font-size : 18px;
	font-weight : bold;
}

H4 {
	font-size : 16px;
	font-weight : bold;
}

H5 {
	font-size : 14px;
	font-weight : bold;
}

H6 {
	font-size : 12px;
	font-weight : bold;
}

body {
	margin: 0;
}

A:link { 
	text-decoration: none;  
}

A:visited { 
	text-decoration: none; 
}

A:hover {
	text-decoration: underline; 
}

A:active {
	color: red; 
	text-decoration: underline; 
}

.white  {
        color : white;
}

.smallfooter  {
        font-size : 10;
}

.bigtext  {
        font-size : 20;
        font-weight : bold;
}

.entrytext  {
        font-size : 24;
        font-weight : bold;
}
