body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #000000;
}

  #wrap {
	width: 1020px;
	margin: auto;
	text-align: left;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 4px;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-top: 10px;
	background-color: #FFFFFF;
    }

/* LINKER LINKER LINKER */

a{
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a:link{
	text-decoration: none;
	color: #990000;
}
a:hover{
	text-decoration: underline;
	color: #000000;
}


/* overskrifter og ingresser */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 19px;
	line-height: 26px;
	padding-top: 14px;
}
h2 {
	font-size: 17px;
	line-height: 26px;
	padding-top: 26px;
}
h3 {
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 135%;
}
h6 {
	font-size: 9px;
	font-style: normal;
}



.ingress {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.gjennomstreking {
	text-decoration: line-through;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width:100%;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#navBar{
	float: left;
	width: 190px;
	position: relative;
	margin: 52px 10px 25px 16px;
	z-index: 800;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#rightCol{
	padding-top: 25px;
	padding-right: 5px;
	float: right;
	width: 180px;
	margin-top: 20px;
}

#content{
	padding: 20px 15px 30px 20px;
	width: 540px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#rightCol ul a:link, #rightCol ul a:visited {display: block;}
#rightCol ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightCol li {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #rightCol li {border-bottom: none;}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	background-color: #FFFFFF;
}
#siteInfo a{
	text-decoration: none;
	color: #999999;
}
#siteInfoSamsvar{
	color: #EF2B2D;
	font-weight: bold;
}
#siteInfoSamsvar a{
	color: #EF2B2D;
	font-weight: bold;
	text-decoration: underline;
}
#siteInfoSamsvar a:link{
	color: #EF2B2D;
	font-weight: bold;
}
/************* #search styles ***************/

#search{
	font-size: 12px;
	font-family: Arial, "MS Sans Serif", "Myriad Web", Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
}

#search form{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #CCCCCC;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

 #sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #CCCCCC;
	font-size: 12px;
	font-family: Arial, "MS Sans Serif", "Myriad Web", Tahoma, Verdana, sans-serif;
	width: 180px;
	height: auto;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
} 

#sectionLinks a {
	display: block;
	padding: 0px 0px 0px 10px;
}

#sectionLinks a:hover{
	background-color: #EF2B2D;
	color: #eeeeee;
}

/* RAMMER MED BILDE OG ELLER TEKST */

.pixandcaption {
	float: right;
	width: 175px;
	border: 2px solid #CCCCCC;
	margin: 10px 5px 10px 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.pixandcaption130 {
	float: right;
	width: 130px;
	border: 1px solid #cccccc;
	margin: 10px 5px 10px 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.pixandcaption145 {
	float: right;
	width: 145px;
	border: 1px solid #999;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.pixandcaptionRIGHTcol {
	float: none;
	width: 160px;
	border: 1px solid #cccccc;
	margin: 25px 5px 10px 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.pixandcaption {
	float: right;
	width: 160px;
	border: 1px solid #999;
	margin: 15px 15px 25px 25px;
	padding: 5px;
	margin-top: 20px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.rightDIVblood140 {
	float: right;
	width: 140px;
	border: 2px solid #990000;
	margin: 20px 8px 25px 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.rightDIVblood150grad {
	float: right;
	width: 150px;
	border: 2px solid #990000;
	margin: 20px 15px 25px 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(../Images/GRADbkgREDright.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.rightDIVblood155 {
	float: right;
	width: 155px;
	border: 2px solid #990000;
	margin: 20px 15px 25px 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.rightDIVblood160 {
	float: right;
	width: 160px;
	border: 2px solid #990000;
	margin: 20px 15px 25px 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.imageBox170 {
	float: right;
	width: 150px;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: auto;
	margin: 10px;
	padding: 12px;
}
.BayreuthExperience180px {
	float: right;
	width: 180px;
	border: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	padding: 18px;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 18px;
	margin-left: 18px;
}
.rightDIVblood190 {
	float: right;
	width: 190px;
	border: 2px solid #990000;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 12px;
	height: auto;
	margin: 15px 5px 15px 15px;
}
.rightDIVblood190Grad {
	float: right;
	width: 190px;
	border: 2px solid #990000;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	height: auto;
	margin: 15px 5px 15px 15px;
	background-image: url(../Images/GRADbkgREDright.jpg);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 12px;
}
.LEFTDIVblood190Grad {
	float: left;
	width: 190px;
	border: 2px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	margin: 15px 15px 15px 5px;
	background-image: url(../Images/GRADbkgREDright.jpg);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 12px;
	padding: 12px;
}
.rightDIVblood250 {
	float: right;
	width: 250px;
	border: 2px solid #990000;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 12px;
	height: auto;
	margin: 15px 5px 15px 15px;
}
.pixandcaption220px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 16px;
	padding: 20px;
	float: right;
	width: 220px;
	border: 1px solid #990000;
}
.pixandcaption220pxLEFT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 16px;
	padding: 20px;
	float: left;
	width: 220px;
	border: 1px solid #990000;
}
.pixandcaption320px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 16px;
	padding: 4px;
	float: left;
	width: 310px;
	border: 1px solid #990000;
}

.infoboxRight190 {
	float: right;
	width: 190px;
	border: 2px solid #EF2B2D;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 12px;
	height: auto;
	margin: 15px 5px 15px 15px;
}
dt {
	font-weight: bold;
}


/* overf&oslash;rt fra gammel CSS */
.innhold {
	font-size: 9px;
	background-color: #EFEFEF;
	line-height: normal;
}


acronym {
	border-bottom: 1px dashed #996666;
	cursor: help; } 

.ExtraTxt {
	color: #990000;
}
.ExtraTxt a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.ExtraTxt a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.ExtraTxt a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.ExtraTxt, .ExtraTxt2, .ExtraTxt2 a, .ExtraTxt2 a:link, .ExtraTxt2 a:hover {
	font-size:12px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ExtraTxt2 {
	color: #002868;
}
.ExtraTxt2 a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.ExtraTxt2 a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.ExtraTxt2 a:hover {
	font-weight: bold;
	color: #000000;
}

.Byline1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline overline;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 16px;
}
.tilbaketiltoppen {
	text-align: center;
	background-color: #EBEBEB;
}

 .Kleintext {
	font-size: 10px;
	line-height: 9px;
}

/* #content ul {
	text-indent: -20px;
	list-style-type: none;
} */

#wrap #rightCol .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 16px;
}
#wrap #rightCol .news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}
#wrap #rightCol a:hover {
	text-decoration: underline;
}

.FaktaboksYears {
	float: right;
	width: 75px;
	border: 1px solid #999;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#spaltevenstre {
	margin: 5px;
	float: left;
	width: 190px;
}
#spaltehoyre {
	margin: 5px;
	float: right;
	width: 190px;
}
#tallerken li {
	list-style-type: disc;
}
.redtxt {
	color: #990000;
}
.redtxt a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
redtxt a:link{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.redtxt a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
#appelsin {
border-color:#EF2B2D
}
.underlined {
	text-decoration: underline;
}
hr {
	margin-top: 16px;
	margin-bottom: 16px;
	color: #990000;
}
#imgspace {
	margin-bottom: 16px;
}
.GULbkg {
	background-color: #FFFF00;
}
.RosaBKG {
	background-color: #FCF;
}
.courier {
	font-family: "Courier New", Courier, mono;
}
.bannerspace {
	margin-bottom: 11px;
}
.innholdWagnerFilmer {
	color: #990000;
	background-color: #F8F8F8;
	border: 2px dotted #006600;
	margin: 25px;
	padding: 25px;
	background-image: url(../Images/FilmBKG.gif);
	background-repeat: repeat-x;
}
.YearPerformances {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.IMGright20_20 {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #333333;
}
.IMGleft20_20 {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #333333;
}
.indexprelaunch {
	margin: auto;
	margin-top: 20px;
	width: 700px;
	background-color: #FFFFFF;
	padding: 25px;
}
#tabletop {
	background-color: #000000;
}
.columnPIX {
	margin-bottom: 20px;
}
.Question {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	font-weight: bold;
}
.OrdlisteInndeling {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #dedede;
	background-color: #990000;
	padding-left: 16px;
	border: 2px solid #000000;
}
.YEARSbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	float: right;
	border: 1px solid #990000;
	text-align: center;
	margin: 10px;
	padding: 10px;
	width: 80px;
}

.page
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.page a, .page a:link, .page a:hover, .page a:visited
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
.Quote {
	font-size: 11px;
	margin-right: 45px;
	margin-left: 18px;
	line-height: 140%;
}
.OperaLand {
	color: #990000;
	background-color: #CCE6FF;
	border: 1px solid #000033;
	padding: 3px;
}
.OperaCDDVD {
	color: #990000;
	background-color: #CCCCCC;
	border: 1px solid #000033;
	font-weight: bold;
	line-height: 34px;
	font-size: 14px;
	text-decoration: underline;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
}
.OperaCDDVD a, .OperaCDDVD a:link, .OperaCDDVD a:visited{
	color: #990000;
	background-color: #CCE6FF;
	border: 1px solid #000033;
	padding: 7px 4px;
	font-weight: bold;
	margin-bottom: 44px;
	line-height: 34px;
	font-size: 14px;
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.slideshow300px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 16px;
	padding: 4px;
	float: left;
	width: 300px;
	border: 1px solid #990000;
}
.slideshow300pxRIGHT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 16px;
	padding: 4px;
	float: right;
	width: 300px;
	border: 1px solid #990000;
}.InterviewsLibrary {
	background-color: #80A5E7;
	padding: 16px;
}


/*************Kolonner*************/
.ColLeft {
	width: 46%;
	margin: 0 1.5% 0 0;
	padding: 0 2% 0 0;
	float: left;
}

.ColRight {
	margin: 0;
	float: right;
}
/*************Kolonner Ferdig*************/

/*************Libretto*************/
.LibrettoCharacter {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #E9E9E9;
	height: 18px;
	width: 225px;
}
.LibrettoAnvisning {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	padding-right: 55px;
	padding-left: 0px;
	font-style: italic;
}
.LibrettoText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	padding-right: 40px;
	padding-left: 20px;
}



/*************Libretto End*************/

.Months {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFEFEF;
	border: 1px dotted #666666;
	color: #990000;
	padding: 8px;
	width: 545px;
}
.RingOnDVD200px {
	float: right;
	width: 200px;
	border: 2px solid #990000;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	height: auto;
	margin: 15px 5px 15px 15px;
	background-image: url(../Images/GRADbkgREDright.jpg);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 12px;
}.infoboxR186 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	width: 186px;
	border-top-width: 7px;
	border-right-width: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 8px;
	margin: 8px;
}
.RecommendationAnchors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E1E1E1;
	padding: 8px;
	width: 96%;
	border: 1px solid #999999;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.FirstPageMostPop {
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 14px;
	width: 540px;
	border: 2px double #990000;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.RecommendationTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#BKG-Wagner-500 {
	background-image: url(../Images/BKG-Wagner-500px.jpg);
}
.rightDIVblood270 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	float: right;
	width: 270px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.WagnerSingersInternalLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin: 16px;
	padding: 16px;
	width: 490px;
}
.LiebestodVersionsLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin: 16px;
	padding: 16px;
	width: 490px;
}
.InFernemLandInternalLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin: 16px;
	padding: 16px;
	width: 490px;	
}
#BKGGrail {
	background-image: url(../Images/BKG-Grail-350px.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.AlfabetPerformers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.center {
	text-align: center;
}
#BKGFestspielhaus500 {
	background-image: url(../Images/BKG-Festspielhaus-500x468.jpg);
	background-repeat: no-repeat;
}
#FamousQuotes {
	background-image: url(../Images/Quotes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #900;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
	margin-top: 36px;
}
#HR160grey {
	color: #CCC;
	width: 180px;
}
.ParsifalLibrettoLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin: 16px;
	padding: 16px;
	width: 490px;
	background-image: url(../Images/BKG-Grail-350px.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.RingOnDVDliggende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	margin: 16px;
	padding: 16px;
	width: 490px;
}
.ReadMoreLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	margin: 16px;
	padding: 16px;
	width: 490px;	
}