@charset "utf-8";
/* TMM main */

body {
   font-family: Verdana, Geneva, Tahoma, "Comic Sans MS", sans-serif, Arial;
   color: #FFF;
   background-color: #333;
   background-image: url(../images/backgrounds/879.jpg);
   background-attachment: fixed;
   background-repeat: repeat;
}

/* (Links) */

A:link {
	color: #FFF;
	text-decoration: none;
	}

A:visited {
	color: #CCC;
	text-decoration: none
	}

A:active {
	color: #FFF;
	text-decoration: none;
}

A:hover {
	color: #FFF;
	text-decoration: underline;
}

/* test area */
p {
   font-size: larger;
}

.pagecontenttitle {
   font-size: 1.8em;
}