/**********RESET**********/

* {
	
	border: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	font-style: normal;
}


/**********BODY & FONT**********/

body {

	background: #ffffff;
	margin: 10px;
	font: .6em "Verdana", sans-serif;
	color: #000000;
	position: relative;
}
	

/**********TEXT & LINK**********/

h1, h2 {

	text-align: center;
}

h3, h4, p {

	margin: 10px;
}

p {

	text-indent: 2em;
}

.caption {

	text-indent: 0;
}

.emph {

	font-weight: bold;
	text-transform: uppercase;
}

.important {

	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.list, .list li {

	list-style: disc;
	margin-left: 20px;
}

.admin li {

	margin: 20px;
}

a, a:link, a:visited {

	color: #5200cc;
	cursor: pointer;
}

a:hover {

	color: #924bff;
	text-decoration: underline;
}
.center {

	display: block;
	margin-left: auto;
	margin-right: auto;
}



/**********DIV LAYOUT & DISPLAY**********/

#head, #navbar, #footer {
	display: none;
}

#main {
	padding: 5px;
	width: auto;
}


hr {

	height: 2px;
	width: 50%;
	margin: 10px auto;
}


.cell {margin: 5px; padding: 10px 0; position: relative;}



/*******ME AND MY GIRL page ***********/

.table { margin: 0 0px 10px; border-collapse: collapse; font-size: .9em; }

.table td, .table th { border: 1px solid #666666; padding: 2px; }

.table #Done td { font-style: italic; text-decoration: line-through; display: none; }

#Schedule td, #Schedule th { font-size: 1em; padding: 5px; }

#Cutlist { margin: 10px; list-style: disc inside;}
#Cutlist li { margin: 10px 2em; list-style: disc inside; }

h5 { margin: 0px 10px; font-size: 1em; }


