/* 
Theme Name: Cookies
Version: 1
Author: David Brook
Author URL: http://www.no-roseability.com
*/
	*	{
		margin: 0;
		padding: 0
		}
	body {
		background: #B1629F;
		background-image: url(cranberry_tile.jpg);
		background-repeat: repeat;
		font-style: normal;
		font-family: georgia, garamond, arial, times new roman;
		}
	a	{
		text-decoration: none;
		color: #E5325E;
		}
	a:visited {
		text-decoration: none;
		color: #E5325E;
		}
	#main {
		margin: 15px auto 15px auto;
		border: solid 1px #431529;
		text-align: center;
		top: 25px;
		width: 550px;
		background: #FFFFFF;
		}
	.c0	{
		font-size:26px;
		}
	.c1	{
		text-align: left;
		border: solid 5px #FFFFFF;
		}

