/*************
Leah Lawrence
www.snowowldesigns.com
**************/

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


/* Reset Styles */

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* stops Safari from adjusting the text size when you rotate the screen */
	}
body{
	font-size: 10px;
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}

/* Basic Page Styling */

body{
	margin-top:-0px;
	margin-left:-0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 36px;
	text-decoration: none;
	font-weight: bold;
}




/*************
Credits:
NetTut :: Learn How to Develop for the iPhone :: http://net.tutsplus.com/tutorials/tools-and-tips/learn-how-to-develop-for-the-iphone/
Cats Who Code :: 10+ Useful Code Snippits to Develop iPhone Friendly Websites :: http://www.catswhocode.com/blog/10-useful-code-snippets-to-develop-iphone-friendly-websites
*************/
