A:hover {color:red ; text-decoration:underline;}
A:active { text-decoration:underline; }
a:link, a:visited, a:active {color:blue; text-decoration:underline;}

p_x
{
  font-family: "courier new", "굴림", tahoma, "돋움체", arial, sans-serif;
  font-size: 9pt;
  	margin-top: 5px;
	padding-right: 30px;
	padding-left: 20px;
}

p
{
  font-family: "굴림", tahoma, "돋움체", arial, sans-serif;
  font-size: 9pt;
  margin-top: 5px;
  padding-right: 30px;
	padding-left: 20px;
}

a.stripe 
{
	color: white;
}

x_body 
{
  font-family: "굴림", tahoma, "돋움체", arial, sans-serif;
  font-size: 10pt;
  background-color: #FFFFFF;
}

#span.mark_new_contents
#{
#	background-image: url(  'http://cpueblo.com/images/new2.gif' );
#	background-repeat: no-repeat;
#}

table.topmenubar
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdina, arial
}

table.topmenubar a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: 맑은고딕, arial
}


table.topmenubar a:visited
{
	color: #FFFFFF;
}

table.topmenubar a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

td.sectionmenu
{
	font-size: 11px;
	padding-left: 5px;
	padding-top: 10px;
}

td.sectionmenu a:hover
{
	color: red;
	text-decoration: underline;
}


td.subsections
{
	font-size: 11 px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdina
}

div.contentslist A, 
div.contentslist A:visited, 
div.contentslist A:active, 
div.contentslist A:link
{
	font-family: Arial, 굴림;
	font-size: 9pt;
	color: blue;
	text-decoration: none;
}


div.contentslist a:hover
{
	font-family: Arial, 굴림;
	font-size: 9pt;
	color: blue;
 	text-decoration: underline;
}


# 왼쪽 메인 메뉴
div.sectionlink
{
	padding-top: 2px;
	font-family: Verdana;
	text-decoration: underline;	
}

div.sectionlink a, a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	color:black;
}

div.sectionlink a:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	color:black;
}


td.mainblock
{
	font-size: 70%;
	padding-left: 10px;
	padding-top: 10px;
}


_h1
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
}

h1 
{
        font-size: 200%;
}



h2
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 140%;
	margin-bottom: 10px;
}


h3
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 110%;
	margin-bottom: 0px;
	font-weight: bold;
}

h4
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


list_han
{
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 20px;
}

list_eng
{
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 20px;
}

xmpdd
{
		font-family: courier new, tahoma, arial, sans-serif;
		font-size: 9pt;
        background-color: #EEEEEE;
}

xmp
{
  font-family: "courier new", "굴림", tahoma, "돋움체", arial, sans-serif;
  font-size: 9pt;
  background-color: #DDDDDD;
  padding: 4px 4px 4px 4px;
  xfont-weight: normal;
  margin: 10px 30px 0px 20px;
}

pre
{
		font-family: courier new, tahoma, arial, sans-serif;
		font-size: 9pt;
        background-color: white;
		color: black;
}

preorg
{
		font-size: 110%;
        background-color: #eeeeee;
        padding: 4px 4px 4px 4px;
        font-weight: normal;
		margin: 10px 30px 0px 20px;
}



li
{
	margin-top: 6px;
}

td.datasss
{
        background-color: #E0E0E0;
	vertical-align: top;
	font-size: 70%;
}

td.textsss
{
	font-size: 70%;
}

div.lastarticlelink
{
	margin-top: 5px;
	margin-bottom: 0px;
}
div.lastarticlebody
{
	margin-top: 3px;
	margin-bottom: 10px;
}

h3.newsheader
{
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

p.newsposter
{
	padding-left: 0px; 
	padding-top: 0px; 
	margin-top: 0px;
}

dt
{
	margin-left: 20px;
	margin-top: 8px;
}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.genmed {
	font-size:11px;	
}


# CODEx
# {
# 	color: #990000;
#	font-family: "Courier New", Courier, mono;
# }


# .cpp-comment,.cs-comment,.vb-comment	{ COLOR: green; FONT-STYLE: italic; }
# .cpp-keyword,.cs-keyword, .vb-function	{ COLOR: blue; }
# .cpp-preprocessor, .cs-preprocessor		{ COLOR: navy; }
# .cpp-string,.cs-string,.vb-string		{ COLOR: purple; }
# .cpp-literal,.cs-literal,.vb-literal	{ COLOR: midnightblue }
# .cs-clrtype	{ color: #339999; }
# .vb-keyword,.vb-statement	{ COLOR: blue; font-weight:normal;}
