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

/* -- -------------------- --
Screen stylesheet for http://www.gospelarmory.com

Updated: 06/28/10
Author: Andy Sochor
Website: http://www.octographicdesigns.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#ffffff; /* change to different color or image */
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#666666 /* default font color */
	}

img {
	border:0
	}

#wrapper {
	margin:0 auto;
	background:#ffffff;
	width:600px;
	padding:15px;
	margin-top:100px;
	text-align:center
	}

h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.7em;
	font-weight:bold;
	color:#cc0202
	}

p, li {
	font-size:1.2em
	}

a:link {
	color:#cc0202;
	text-decoration:none
	}

a:visited {
	color:#cc0202;
	text-decoration:none
	}

a:hover {
	color:#cc0202;
	text-decoration:underline
	}

a img {
	border:none;
	padding-top:80px;
	padding-bottom:80px
	}