@charset "UTF-8";
/* CSS Document */
body {
background-color: #F7F7F7;
color: black;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
}

h1, h2, h3 {
font-family: Tahoma, Geneva, sans-serif;
color: teal;
}

.topImage img{
	width:100%;
}
.topLine {
	font-size:30px;
}

.appName {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight:bolder;
	color:blue;
}

.text {
	font:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:black;
	font-size:16px;
}

img.center {
    display:block;
    margin-left: auto;
    margin-right: auto;
}
