body {
background-color : black;
color: #9d9da1; 
}
H1  {
  font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: white;
font-style: italic;
}
H2  {
  font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #9d9da1; 
font-style: italic;
}
H3  {
  font-family: Arial;
	font-size: 12px;
	margin: 0;
	color: #9d9da1; 
font-style: italic;
}
H4  {
  font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #9d9da1; 
font-style: italic;
}
H5  {
  font-family: Arial;
	font-size: 12px;
	margin: 0;
	color: #9d9da1; 
font-style: italic;
}
H6  {
  font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #9d9da1; 
font-style: italic;
}
/* style for module titles */
.Head   {
    font-family: Arial;
    color: #a1a1a1;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    color: #a1a1a1;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    color: #a1a1a1;
}
.Help {
  background-color: #f2f2f2;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #a1a1a1;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #a1a1a1;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #a1a1a1;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #a1a1a1;
}

A.CommandButton:hover    {
    text-decoration:    underline;
color: #bababa;
}
.newspad {
padding: 5px 0 15px 0;
}
.newspad p {
 margin: 8px 0 8px 0;
}
.UDT_Table_Head {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9d9da1; 
font-style: italic;
}
.UDT_Table_Item {
}
.UDT_Table_AlternateItem {
background-color: #333333;
}
.guestbook_item {
padding-bottom: 10px;
}
.guestbook_date {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: white; 
font-style: italic;
}
.guestbook_name {
font-style: italic;
	color: white; 
}










