/*hounddesign.com stylesheet*/

/*css codes about BOX MODEL*/

/*css codes about background*/
body {background-color:#FFFFFF} 

/*css codes about text*/
body {color:#000000}
h1 {color:#000000}
h2 {color:#000000}

h1 {text-align:center}
p.date {text-align:center}
p.main {text-align:center}
body {text-align:center} 

/*css codes about links*/
A:link {COLOR:#000000}
A:visited {COLOR:#000000}
A:hover {COLOR:#000000}

/*removes underlines from links etc.*/
a {text-decoration:none}

/*this is where i specify my font preferences, in order*/
h1{font-family:"Century Gothic",Verdana,Sans-Serif}
h2{font-family:"Century Gothic",Verdana,Sans-Serif}
body{font-family:"Century Gothic",Verdana,Sans-Serif}
p{font-family:"Century Gothic",Verdana,Sans-Serif}

/*this is where I set my font size*/
body {font-size:100%}
h1 {font-size:2.5em} /*40px/16=2.5em*/
h2 {font-size:1.6875em}
p {font-size:1em} /*16pixels is equal to 1em*/
