/* Featured */
#featured {
	height: 220px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: url(article-files/featured/techBg.jpg) no-repeat;
    border: 1px solid #ccc;
    }
#featured h2 {
	color: white; 
	font: bold 26px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	text-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff;
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0.5em 0;
	background: rgba(255, 255, 255, 0.8);
	}
/* header of featured article */
#rwdH1 {
        text-indent: -9000px;
        background: url(article-files/featured/rwd.jpg) no-repeat;
        width: 510px;
        height: 150px;
        display: block;
}
h2 a:link {color: #2A5B78;}
h2 a:visited {color: #2A5B78;}
h2 a:hover {color: #2A5B78; text-decoration: none;}
h2 a:active {color: #2A5B78;}

#featured p {
	background: rgba(255, 255, 255, 0.8);
	margin: 5px 10px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	float: right;
	width: 60%;
	}
#featured span {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
	}


img {border: 0;}
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
 display: block;
}
/* GENERAL ITEMS */
body {
	margin: 0;
  padding: 0;
	background:#FFF;
	text-align: center;
	font-family: arial, sans-serif;
	color: #000;
	font-size: 13px;
    background:
        linear-gradient(
            rgba(255, 255, 255, 0.5), 
            rgba(255, 255, 255, 0.5)
    ),
        url(assets/189.jpg) !important
	}
p {
	margin-top: 0;
	margin-bottom: 1em;
  }
#article code {
	margin: 20px;
  padding: 20px;
  font-family: monospace;
  background-color: #eee;
  border: 1px solid #ddd;
  display: block;
  }
#article pre code {
	margin: 0;
  padding: 0;
  background-color: transparent;
  }  	
#wrapper {
    background: white;
    text-align: left;
    margin: 0 auto;
    width: 970px;
    padding: 10px;
  }
#logostrip {
	float: left;
	position: relative;
	margin-bottom: 10px;
	}
#tablemain {
	border: 0px solid #C2CFDF;
  background-color: #F0F5FA;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  clear: left;
  margin-top: 30px;
  }
#tablemain td {margin: 0; padding: 0;}
#navtd, #righttd {
	background-color: #DFE9F0;
  background-color: #C0C0B1;
  background-color: #E0EAE5;
  background-color: #fff;
  }
#tablemain #navtd {
	border-right: 1px solid #C2CFDF;
  width: 160px;
  vertical-align: top;
  padding-top: 0px;
  }
#righttd {
	border-left: 1px solid #C2CFDF;
	border-left: 0px solid #C2CFDF;
	vertical-align: top;
	width: 180px;
	}
#righttd input {}
#righttd table,#righttd td {margin: 0; padding: 0; border-collapse: collapse;}  
#footer {
	/* border:1px solid #719EB9;
	background-color: #DFE9F0; */
	margin:3px 0px;
	font-size:11px;
	color:#666;
	padding: 5px;
clear: both;
	}

/* HEADERS */
h1,h2, h3, h4, h5 {
	color: #333;
	font-family: georgia, helvetica, sans-serif;
	font-family: trebuchet, arial, sans-serif;
	}
h1 {
	font-size: 28px;
	color: #47758F;
	margin: 0;
	}
h2 {
	font-size: 22px;
	color: #47758F;
	clear: left;
	}
h3 {font-size: 16px; }
h4 {font-size: 12px; margin: 0;}

#pTuts h2, #pTuts h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	}
/* header Links */
h1 a:link {color: #47758F;}
h1 a:visited {color: #47758F;}
h1 a:hover {color: #000;}
h1 a:active {color: #47758F;}
h1 a:link {color: #2A5B78;}
h1 a:visited {color: #2A5B78;}
h1 a:hover {color: #000;}
h1 a:active {color: #2A5B78;}



/* social links */
.social-links {
	float: right;
  clear: right;
	position: relative;
	padding: 2px 0;
	margin: 0 0 10px 20px;
	height: 1%;
	overflow: hidden;
	background: #fff;
	border: 0px solid #ddd;
	}
.social-links img {margin: 2px;}


/* LINKS */

a:link		{ color: #000; }
a:visited {	color: #666;}
a:active 	{	color: #000; }
a:hover 	{ color: #D2A058; }
/*a:hover { color: #465584; text-decoration:underline }*/

/* NAVIGATION */
#navcontainer {  }
#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

}
#navcontainer .cat { 
	background-color: transparent;
  font-weight: bold;
  display: block;
	padding: 13px 5px 3px 5px;
	border-bottom: 1px solid #eee;
  color: #7EA9C2;
	}
#navcontainer a {
  display: block;
  padding: 3px 5px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
* html #navcontainer a {
  width: 120px;
  w\idth: 120px;
}
#navcontainer a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #719EB9;
	color: #fff;
}

/* tagline */
#submenu {
	float: right;
	position: relative;
	padding-top: 56px;
	}
#submenu div {font-size:12px;color:#DFE9F0;font-weight:bold; margin: 6px}
#submenu div {color: black;}
#submenu div a:link { font-weight:bold; font-size:12px;text-decoration: none; color: #3A4F6C; }
#submenu div a:visited { font-weight:bold; font-size:12px;text-decoration: none; color: #3A4F6C; }
#submenu div a:active { font-weight:bold; font-size:12px;text-decoration: none; color: #3A4F6C; }
#submenu div a:hover  { font-weight:bold; font-size:12px;text-decoration: underline; color: #000; }

/* New Navigation */

ul#nav-top {
  padding: 0;
  margin: 0;
  background-color: #DFE9F0;
  background-color: #C0C0B1;
  background-color: #1D583A;
	background-color: #2a7e65;
  background-color: #eee;
	background-color: #E0EAEF;
  background-color: #fff;
  
  width: 100%;
	height: 1%;
	overflow: hidden;
	clear: left;
	margin-top: 3px;
  border-bottom: 5px solid #7EA9C2;
  }
ul#nav-top li { display: inline; }
ul#nav-top li a, ul#nav-top li a:link {
  padding: 0.4em 2em 0.4em 1.3em;
  background-color: #DFE9F0;
  background-color: #C0C0B1;
  background-color: #6DAF8D;
	background-color: #6daf8d;
	background-color: #eee;
  
    
  color: #000;
  text-decoration: none;
  float: left;
  border-left: 1px solid #ccc;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: bold;
}
ul#nav-top li a:hover {
  background: url(assets/flip2.gif) top right no-repeat #E0EAEF;
/*  border-left: 1px solid #7EA9C2; */
}
#pHome li#navHome a,
#pForum li#navForum a,
#pTuts li#navTuts a,
#pTemplates li#navTemplates a,
#pSoftware li#navSoftware a,
#pAbout li#navAbout a 
 {
  color: #fff;
  background: url(assets/flip2.gif) top right no-repeat #7EA9C2;
  border-left: 1px solid #7EA9C2;
}



/* Breadcrumb Navigation */
#breadcrumbs {font-size: 11px; margin-bottom: 12px;}
.get-flash {
	border: 0 !important;
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
  display: block;
  }
.labelfield{ /*CSS for label field in general*/
  color:brown;
  font-size: 90%;
}

#righttd h3 {
	background: url(assets/box-bg-1.jpg) #eee repeat-x;
  color: #314C7A;
  padding: 10px;
  font-size: 15px;
  margin: 15px 0 0 0;
  border-bottom: 1px solid #ccc;
  } 
.labelfield{ /*CSS for label field in general*/
  color:brown;
  font-size: 90%;
}
#righttd ul,
#righttd li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.feedBox {
	width: 227px;
	margin-left: 6px;
	height: 300px;
	overflow: auto;
	clear: left;
	}
.feedBox h3 {
	font-size: 12px;
  margin: 1em 0 0 0;
  background: #E0EAEF;
  padding: 4px 8px;
  }
  
.example1class {
	background: #eee;
  padding: 5px 10px 0 10px;
  }
.example1class ul {
	margin: 0;
  padding: 0;
  }
.example1class li { /*CSS specific to demo 1*/
  margin-bottom: 4px;
  margin-top: 4px;
  border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	display: block;
  font-size: 11px;
  }
.datefield {
	font-size: 10px;
	color: #999;
  }
#righttd a {
	font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  display: block;
  }
#righttd a:link {
	color: black;
  }
#righttd a:visited {
	color: black;
  }
#righttd a:hover {
	color: black;
  text-decoration: underline
  }
#righttd a:active {
	color: black;
  }
  
      
/* home dw feed */
.feed-home-dw {
	background: white;
	font-size: 11px;
	padding: 5px 10px 10px 10px;
	height: 150px;
	overflow: auto;
	margin-bottom: 1.5em;
	}
.feed-home-dw h3 {display: none;}
.feed-home-dw div.feed-item {margin-bottom: 1em;}
.feed-home-dw div.feed-item a {display: block; font-weight: bold;}
.feed-home-dw div.feed-item a:link { color: #000; }
.feed-home-dw div.feed-item a:visited { color: #666; }
.feed-home-dw div.feed-item a:active { color: #000; }
.feed-home-dw div.feed-item a:hover { color: #D2A058; }

/* Home special */
#homespecial {
	background-color: #719EB9;
	color: #fff;
	padding: 6px 10px;
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
  }
#homespecial h1 {color: white; margin-top: 0;}
#homespecial h2 {color: white; margin-top: 0;}
  
#homespecial img {
	border: 1px solid #333;
	margin: 1px 10px 5px 2px;
	float: right;
	position: relative;
	}
#homespecial a:link { color: #D2A058; }
#homespecial a:visited { color: #D2A058; }
#homespecial a:active { color: #D2A058; }
#homespecial a:hover { color: #000; }

/* HOME MAIN FEATURE*/
.art_label {
	background-color: #719EB9;
	color: #fff;
	padding: 3px 5px;
	border: 1px solid black;
	margin: 16px;
  width: auto;
	font-size: 20px;
	font-weight: bold;
	}
#homefeature {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 5px 10px 0 15px;
	border-bottom: 0px solid #ccc;
	}
#homefeature td { vertical-align: top; margin: 10px; padding: 10px;}  
#homefeature h1{	margin: 0px; padding: 0; border: 0px solid red; 	}
#homefeature p {margin: 5px 10px 0 0; 	}


/* HOME FEATURES */
.homeitem 	{
	margin-bottom: 16px;	
	border-bottom: 1px solid #ccc;
  height: 1%;
  overflow: hidden;
  clear: both;
  }
.homeitem h2 {
	padding: 0px;
	color: #314C7A;
	margin: 10px;
	font-size: 18px;
  }
.homeitem p {
	margin: 10px;
  }
.homeitem .sidepic {
	float: right;
	position: relative;
	}
.sidepic {
	border: 1px solid #333;
	float: right;
	position: relative;
	margin: 10px;
  background: #fff;
  border: 1px dotted #ccc !important;
  padding: 10px;
	}
.homefeature {
	background: #EFF9FF;
  border: 1px solid #D1E4EF;
  }
.homefeature h2 {
	font-size: 17px;
  }  


/* DREAMWEAVER FEATURES*/
#dwfeature {
	width: auto;
	background-color: white;
	background-image: url('assets/feat_dw_2.jpg');
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.dwfeath {
	font-size: 12px; font-weight: bold; color: #719EB9; margin: 0px 0 0 10px;
	border: 0px solid red;}
#dwfeaturebox {	margin: 0 16px 10px 16px;	border-bottom: 1px solid #ccc;}
#dwfeaturebox h1{	margin: 0px; margin-top: 5px; padding: 0; border: 0px solid red;	 margin-right: 10px;	}
#dwfeaturebox p { margin: 5px 10px 0 0	}


/* CSS FEATURES*/
#cssfeature {
	width: auto;
	background-image: url('assets/feat_csshorthands.gif');
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.cssfeath {
	font-size: 12px; font-weight: bold; color: #DFE9F0; margin: 0px 0 0 10px;
	border: 0px solid red;}
#cssfeaturebox {	margin: 0 16px 10px 16px;	border-bottom: 1px solid #ccc;	}
#cssfeaturebox h1{	margin: 0px; margin-top: 5px; padding: 0; border: 0px solid red;	 margin-right: 10px;	}
#cssfeaturebox p { margin: 5px 10px 0 0	}

/* SEO FEATURES*/
#seofeature {
	width: auto;
	background-image: url('assets/feat_seo_2.jpg');
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.seofeath {
	font-size: 12px; font-weight: bold; color: #DFE9F0; margin: 0px 0 0 10px;
	border: 0px solid red;}
#seofeaturebox {	margin: 0 16px 10px 16px;	}
#seofeaturebox h1{	margin: 0px; padding: 0; border: 0px solid red;	 margin-right: 10px;	}
#seofeaturebox p {margin: 5px 10px 0 0	}


/* VTM;s */
body#vtm {background: url(http://www.dreamweaverclub.com/vtm/dwc.gif); text-align: center;}
.vtm-launch {
	width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  display: block;
  margin-top: 1em;
  }
a.vtm-launch:link {background-color: #eee;border: 1px solid #ccc;}
a.vtm-launch:visited {background-color: #ddd;border: 1px solid #ccc;}
a.vtm-launch:active {background-color: #eee;border: 1px solid #ccc;}
a.vtm-launch:hover {background-color: #fff;border: 1px solid #555; color: #DFE9F0;}
#vtm-article {margin: 0 16px;}
/* vtm listings */
.vtmborder	{ 
	border: 0px solid red;
	border-top: 0px solid #ccc;
	clear: left;
	width: 100%;}
.vtmitem 	{
 	width: 45%;
	float: left;
	margin: 0 30px 10px 0;	
  position: relative;
/*  border: 1px solid #719EB9;
  background: url(assets/box-bg-1.jpg) repeat-x #eee; */
  height: 1%;
  overflow: hidden;
  padding: 10px 0;
  }
.vtmitem h2 {
	font-size: 16px;
  margin: 0;
  border: 0px solid #719EB9;
  padding: 0px;
	}
.vtmitem p.vtm-time {font-size: 12px; font-style: italic;}
.vtmitem ul {
	list-style-position: outside;
	padding-top: 0;
	margin-top: 0;
	}
.vtmitem .sidepic {
	position: relative;
  border: 1px solid #719EB9;
  float: right;
	display: none;
}  
.vtmitem p {
	margin: 10px 0 0 0;
	}

/* Tutorial Category Page */
.tutorialItem {}
.tutorialItem img {
	display: none;
	}
.tutorialItem h2 {
	font-size: 14px;
	margin: 0;
	}	
.tutorialItem .parts {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	} 
/* INSIDE ARTICLE ITEMS */
td#article {
	background-color: white;
	padding: 15px 0 20px 20px;
	vertical-align: top;
	}
/* td#article h2 {clear: both;} */  
td#article .tableborder{  padding:0px; margin:6px 12px 6px 12px; clear: both;  }
td#article .tableitem 	{ margin:0px;  /* color:#3A4F6C; */ padding: 5px; }
td#article .tableitem .author	{ font-size: 12px; font-weight: bold; color:#3A4F6C; }
td#article .tableitem h3 {	margin: 1em 0 0 0; padding: 0px; 	clear: left; 	}
td#article .tableitem p {margin: 0.5em 0 1em 0;}
td#article .tableitem li {margin: 0 0 1em 0;}
td#article table { border-collapse: collapse; border: 1px solid #D7E5F2;}
td#article table td {border: 1px solid #D7E5F2; padding: 3px 6px; }
td#article ul.further {list-style-position: outside;}
td#article ul.ref {list-style-position: outside;}
td#article p.syndicatecopy {font-size: 9px; color: #ccc; }
td#article dl {font-size: 12px; font-weight: bold;}
td#article .syndicatecopy a:link,
.syndicatecopy a:visited,
.syndicatecopy a:hover,
.syndicatecopy a:active  {color: #ccc;}
p.articlecomment {font-weight: bold;}

/* author box in right td */
div.authorbox {
	clear: right;
	float: right;
  position: relative;
	border: 1px dashed #719EB9;
	background-color: #7EA9C2;
	background-color: #eee;
	margin: 4px 0 4px 20px;
	width: 256px;
  color: white;
  padding: 10px 0;
  }
div.authorbox  h4 {	
	font-size: 12px; 
	font-weight: bold;
	margin: 0 10px;
  color: black;
	}
div.authorbox div {
	font-size: 11px;
  color: black;
	margin: 0 5px 0 10px;
	text-align: left;
	}
/* .authorbox a {font-weight: bold;} */
.authorbox a:link {color: black;}
.authorbox a:visited {color: black;}
.authorbox a:hover {color: #719EB9;}
.authorbox a:active {color: black;} 
	

.zip {background: url(article-files/zip.gif) no-repeat; padding-left: 20px;}	
/* LATEST POSTS */
.rightheader  {
	width:auto;
	display: block;
	font-weight: bold; 
	padding: 8px 2px 5px 5px;
	border-bottom: 1px solid #ccc;
	background-color: #719EB9;
  background-color: #978B73;
	text-transform: uppercase;
	font-size: 11px;
  color: white;
	}
  
/* used in books */
#searchbox {background-color: white; padding: 10px 5px; margin-top: 10px; text-align: center}
#searchbox form {margin: 0px; font-size: 12px; }
#searchbox input {font-size: 12px;}


/* Templates Page */
.reflect {
	float: left;
	}

#templates {
	font-size: 12px;
	margin: 10px;
	}
#templates h1 {
/*	background: url(assets/bg-templates.jpg) white no-repeat;
	background: url(templates/jeans2.jpg) white no-repeat; 
	padding-left: 300px;
	padding-top: 60px; */
	padding-bottom: 10px;
  font-size: 26px;
  border: 0px solid #719EB9;
  margin-bottom: 12px;
  }
.template-item 	{
	margin: 0 8px 10px 0;	
	float: left;
  width: 235px;
	width: 250px;
  position: relative;
  border: 1px solid #719EB9;
  background: url(assets/box-bg-1.jpg) repeat-x #eee;
  background: #fff;
  height: 112px;
	height: 140px;
  font-size: 11px;
  }
 
.template-item div {
	width: 110px;
	float: left;
	position: relative;
	margin: 5px 5px 0px 5px;
  } 
 
.template-item h2 {
	margin: 5px 5px 3px 114px;
	font-size: 13px;
	clear: none;
	}
.template-item p {margin: 3px 1px 5px 114px;}
a.template-download, a.template-preview {
	float: left;
	position: relative;
	border: 1px solid #719EB9;
	font-size: 11px;
	display: block;
	height: 15px;
	width: 100px;
	text-align: center;
	padding-top: 2px;
	margin: 5px 5px 0 5px;
	}
a.template-download {
	background: url(assets/button-bg.gif) repeat-x #719EB9;
		float: right;
	}
a.template-preview {
	background: url(assets/button-bg-beige.gif) repeat-x #719EB9;
		clear: left;
	}
a.template-download:hover, a.template-preview:hover {
	background-image: none;
  color: black;
  background-color: #DFE9F0;
  text-decoration: none;
	border: 1px solid #37667F;
  }

.template-item .sidepic {
	float: left;
	position: relative;
	margin: 5px 5px 0 5px;
  border: 0px solid #719EB9;
	padding: 0;
}

/* Software Page */
.software-box {margin: 0 30px 30px 0; float: left; position: relative; width: 45%;}
.software-box h3 {margin-bottom: 0.5em;}
.software-image {float: right; margin-left: 10px;}
.software-image img {display: block;}
 /* /Sofwtare Page */
 
/* Warning */
.warning {
	margin: 10px;
	padding: 10px;
	background: #FFDFDF;
	border: 1px solid #FF9F9F;
	float: left;
	}

/* Homepage Features */
#s4 {
	width: 562px;
	height: 202px;
	overflow: hidden;
	}
.homefeature {
	width: 560px;
	height: 200px;
	}
#nav {
	margin-top: -32px;
	margin-bottom: 10px;
	right: 10px;
	text-align: right;
	position: relative;
	z-index: 100;
	height: 30px;
	}
#nav a {
	display: block;
	float: right;
	padding: 3px 6px;
	margin: 2px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #999;
	text-decoration: none;
	}
  
/*Homepage Dfein your site box */  
.defineyoursite {
	background: url(article-files/define-your-site/define-your-site.jpg) no-repeat;
  position: relative;
  height: 200px;
	}
.defineyoursite h2 {
	background: rgba(255, 0, 0, 0.7);
  background: rgba(166, 79, 52, 0.7);
  
	padding: 12px;
  margin: 10px;
	color: white;
	text-align: right;
	width: 350px;
	float: right;
	font-size: 38px;
	}
.homefeature h2 span {
	font-size:11px;
	font-style: normal;
	font-weight: bold;
	display: block;
  margin: 0;
  padding: 0;
}
.defineyoursite h2 a {
	display: block;
  }
.defineyoursite h2 a:link {
	color: white;
	}
.defineyoursite h2 a:visited {
	color: white;
	}
.defineyoursite h2 a:hover {
	color: #7EA9C2;
	}
.defineyoursite h2 a:active {
	color: white;
	}
.defineyoursite p {
	position: absolute;
  top: 80px;
  right: 0px;
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
	margin: 20px 10px 20px 10px;
	border: 2px solid #333
}

/* Homapge Php include box */
.phpincludes {
	background: url(article-files/php-includes/php-includes.jpg) no-repeat;
  position: relative;
  height: 200px;
	}
.phpincludes h2 {
	background: rgba(78, 176, 78, 0.8);
	padding: 12px;
  margin: 10px;
	color: white;
	width: 300px;
	font-size: 34px;
	}
.phpincludes h2 span {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	display: block;
  margin: 0;
  padding: 0;
}
.phpincludes p {
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
	margin: 10px;
 	width: 390px;
}
.phpincludes h2 a {
	display: block;
  }
.phpincludes h2 a:link {
	color: #fff;
	}
.phpincludes h2 a:visited {
	color: #fff;
	}
.phpincludes h2 a:hover {
	color: #96D896;
	}
.phpincludes h2 a:active {
	color: #fff;
	}
  
/* Homapge multiple link colors box */
.multiplelinks {
	background: url(article-files/multipleLinks.jpg) no-repeat;
  position: relative;
  height: 200px;
	}
.multiplelinks h2 {
	background: rgba(255, 255, 255, 0.8);
	padding: 12px;
  margin: 10px;
	color: black;
	width: 230px;
	font-size: 38px;
	float: left;}
.multiplelinks h2 span {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	display: block;
  margin: 0;
  padding: 0;
}
.multiplelinks p {
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
	margin: 10px;
 	width: 240px;
  float: right;
  clear: right;
}
.multiplelinks h2 a {
	display: block;
  }
.multiplelinks h2 a:link {
	color: green;
	}
.multiplelinks h2 a:visited {
	color: green;
	}
.multiplelinks h2 a:hover {
	color: #000;
	}
.multiplelinks h2 a:active {
	color: green;
	}  