/* KoreanPurepads Style Sheet*/

body 

h4 {text-align: center; color: white; font-size: 22pt;
	margin-top:10px; font-family: sans-serif}


/* Main Element */

#main {background-color: royalblue;  width: 700px; border: 1px outset black}
#main {position: relative}


/*Paragraph */

p {text-align: justify}
p b {color: blue}

a {text-decoration: none; color: black}

/* Links Bar */
#links {float: center; font-size: 9pt; text-align: center; 
		font-family: sans-serif; background-color: black; 
		height: 20px;  width: 100%}
#links a {color: white; background-color: black; font-weight: bold; 
			border: 1px solid black; padding: 0 3 0 3}
#links a:hover {background-color: royalblue; color: white}

/* Side Bar */

#side {float: center; background-color: royalblue; font-weight: bold; 
		margin-right: 0px; padding-left: 100; border: 2px solid black; text-align: left; font-size: 9pt; width:100%}

#side a {font-family: sans-serif; color: white}
#side a:hover {color: black}

#side a.sidelink {font-size: 10pt; font-family: cursive}

@media: all
{
		body {background-image: url(back.jpg); font-size: 10pt; font-family: sans-serif}

		p {text-align: justify}
		p b {color: blue}

		a {text-declaration: none; font-color: black}

		#head {margin-bottom: 10px; border-bottom: 1px solid black; font-size: 9pt}
		#head a {background-color: white; border: 1px solid black; padding: 5 5 0 5}
		#head a:hover {color: white; background-color: black}

		#calender {float: right; margin-left: 15px; font-size: 7pt}
		#calender a:hover {text-declaration: underline}
		#calender th {font-size: 9pt; background-color: lightblue; border: 1px solid blue}
		#calender td {text-align: right; vertical-align: top; height: 60px; width: 60px; background-color: white; border: 1px solid black}
		.date {font-size: 9pt; float: left}
		#calender td.weekend {background-color: pink}
		#calender th.prev {background-color: white; border: 1px solid black}
		#calender td.prev {background-image: url(back.jpg)}
		#calender th.next {background-color: white; border: 1px solid black}
		#calender td.next {background-image: url(back.jpg)}
}

@media print
{
		#head {display: none}
		#calender td {width: auto; height: auto}
		#calender{table-layout: fixed; width: 95%}

{