ヘッダーやサイドバー部分はリンクの下線が出ないようにし、
ブログの本体(記事)のみ、リンクの下線が出るようにした。
(上級者には造作もない事なのだろうが・・・)
◇記事内のリンクはこんな感じに↓ (2007/07/24現在)
「いらっしゃいませ、万年床生活者の備忘録へようこそ」
※サイドバーのリンクと記事のリンクの違いをわかりやすくするために
※CSS
ブログの本体(記事)のみ、リンクの下線が出るようにした。
(上級者には造作もない事なのだろうが・・・)
◇記事内のリンクはこんな感じに↓ (2007/07/24現在)
「いらっしゃいませ、万年床生活者の備忘録へようこそ」
※サイドバーのリンクと記事のリンクの違いをわかりやすくするために
・サイドバー・・・マウスカーソルを置くと下線が出るとした。
・記事・・・マウスカーソルを置くと色が赤になり、下線が消える
※CSS
@charset "EUC-JP";
/*
-----------------------------------------------------
livedoor Blog CSS
FileName: シルク(3カラム)
Version: 2006.06.26
Designed by aamall
-----------------------------------------------------
*/
body{
margin:0;
padding:0;
color:#000;
font-family: verdana ,arial ,sans-serif;
text-align:center;
}
a:link{color:#a8a8a8;text-decoration:none;}
a:visited{color:#a8a8a8;text-decoration:none;}
a:active{color:#a8a8a8;text-decoration:none;}
a:hover{color:#a8a8a8;text-decoration:underline;}
#header{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/header.gif) repeat-x 0 100%;
}
#header td{
color:#333;
font-size:12px;
text-align:right;
padding-right:10px;
}
#header a:link{color:#4C4C4C;}
#header a:visited{color:#4C4C4C;}
#header a:active{color:#4C4C4C;}
#header a:hover{color:#4C4C4C;}
#container{
width:786px;
margin:0 auto;
text-align:center;
word-break:break-all;
}
#banner{
width:767px;
height:197px;
text-align:left;
margin:0 auto;
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/top.jpg) no-repeat 50% 0;
}
#banner a{color:#A8A8A8;}
#banner a:link{color:#A8A8A8;}
#banner a:visited{color:#A8A8A8;}
#banner a:hover{color:#A8A8A8;}
h1,h2,h3{margin:0;padding:0;}
.blogtitle{
font-size:14px;
padding:20px 18px 5px;
}
.description{
font-size:12px;
font-weight:bold;
color:#BECEDE;
padding-left:18px;
}
#blogcontainer{
width:765px;
margin:5px auto 0;
padding-bottom:30px;
}
#wrapper{
width:585px;
float:left;
text-aling:center;
}
#content{
width:405px;
float:right;
text-aling:center;
}
#blog{
width:395px;
margin:0 auto;
text-align:left;
}
#blog a:link{color:#A8A8A9;text-decoration:underline;}
#blog a:visited{color:#A8A8A9;text-decoration:underline;}
#blog a:active{color:#A8A8A9;text-decoration:underline;}
#blog a:hover{color:red;text-decoration:none;}
#lefttop,#righttop{}
#left{
width:180px;
float:right;
text-align:center;
}
#right{
width:180px;
float:left;
text-align:center;
}
#categorytitle{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
padding:5px;
margin:0px auto 10px;
text-align:center;
border:1px solid #A8A8A8;
}
.datetop,#articletop{
padding:3px 0px;
}
.fullbody,#articlebody{
padding:5px 15px 5px 15px;
border:1px solid #A8A8A8;
}
.date{
padding:10px 12px;
color:#7AAFB8;
font-size:12px;
font-weight:bold;
width:100%;
}
.blogbodytop{}
.blogbody{
padding:5px 0px;
}
.title{
color:#4C4C4C;
font-size:14px;
font-weight:bold;
}
/**/
* html .main{height:1%;}
* html .mainmore{height:1%;}
/**/
.main,.mainmore,.article_tags{
font-size:12px;
color:#5E5E5E;
text-align:left;
line-height:150%;
padding:15px 0px;
}
blockquote{
padding:10px;
margin:10px;
text-align:left;
}
.pict{}
a.continues:link{color:#A8A8A8;text-decoration:underline;}
a.continues:visited{color:#A8A8A8;text-decoration:underline;}
a.continues:active{color:#A8A8A8;text-decoration:underline;}
a.continues:hover{color:#A8A8A8;text-decoration:none;}
.posted{
font-size:11px;
text-align:right;
padding-top:5px;
color:$5E5E5E;
}
.posted a:link{color:#5E5E5E;text-decoration:underline;}
.posted a:visited{color:#5E5E5E;text-decoration:underline;}
.posted a:active{color:#5E5E5E;text-decoration:underline;}
.posted a:hover{color:#5E5E5E;text-decoration:none;}
.nextpage{
font-size:12px;
padding:5px;
text-align:right;
}
.nextpage a:link{color:#5E5E5E;text-decoration:underline;}
.nextpage a:visited{color:#5E5E5E;text-decoration:underline;}
.nextpage a:active{color:#5E5E5E;text-decoration:underline;}
.nextpage a:hover{color:#5E5E5E;text-decoration:none;}
.blogbodybottom{}
.dateend,#articlebottom{
padding:3px 0px 4px;
margin-bottom:25px;
}
.menu{
font-size:11px;
text-align:right;
margin-top:5px;
padding-bottom:5px;
}
.menu a:link{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:visited{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:active{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:hover{color:#A8A8A8;font-weight:bold;text-decoration:none;}
.comblogbodybottom{}
.trackbackurltop,#trackbacktop,#commenttop,.formbodytop{}
.trackbackurlbody{
padding:10px 0px;
text-align:left;
width:100%;
}
.trackbackurlttl{
color:#555;
font-size:12px;
font-weight:bold;
}
.trackbackurl{text-align:center;}
.trackbackurl table{width:335px;margin:10px auto 0;}
input.trackbackbox{width:260px;}
.trackbackurlbottom,#trackbackbottom,#commentbottom,.formbodybottom{}
a.posttitle:link{color:#A8A8A8;text-decoration:underline;}
a.posttitle:visited{color:#A8A8A8;text-decoration:underline;}
a.posttitle:active{color:#A8A8A8;text-decoration:underline;}
a.posttitle:hover{color:#A8A8A8;text-decoration:none;}
#trackback,#comment,#takecomment{
padding:10px 0px;
text-align:left;
width:100%;
}
.trackbackhead,.commenthead,.takecommenthead{
color:#555;
font-size:12px;
font-weight:bold;
}
#trackbackbody,#commentbody,#takecommentbody{
padding:10px 5px;
}
.trackbackttl,.commentttl{
color:#71520C;
font-size:12px;
}
.trackbacktext,.commenttext{
font-size:12px;
margin:3px 0 10px 10px;
}
.loginon{
color:#333;
font-size:12px;
margin:15px 0;
}
.loginon a:link{color:#A8A8A8;}
.loginon a:visited{color:#A8A8A8;}
.loginon a:active{color:#A8A8A8;}
.loginon a:hover{color:#A8A8A8;}
.loginoff{
color:#333;
font-size:12px;
margin:15px 0;
}
.loginoff a:link{color:#A8A8A8;}
.loginoff a:visited{color:#A8A8A8;}
.loginoff a:active{color:#A8A8A8;}
.loginoff a:hover{color:#A8A8A8;}
#formbody{
text-align:center;
}
.form{
color:#333;
margin:0px auto;
font-size:12px;
}
.form th{
font-weight:normal;
padding:2px;
text-align:right;
}
.form td{
padding:2px;
}
input#author{width:200px;}
input#email{width:200px;}
input#url{width:200px;}
input#bake{}
textarea#text{width:320px;height:200px;}
input.button{margin-top:20px;width:80px;}
.formbodybottom{}
.calendarhead{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
text-align:center;
padding-top:6px;
}
.calendarheadbody{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/side_top.gif) no-repeat 50% 0%;
height:40px;
}
.calendarhead a:link{color:#A8A8A8;}
.calendarhead a:visited{color:#A8A8A8;}
.calendarhead a:active{color:#A8A8A8;}
.calendarhead a:hover{color:#A8A8A8;}
.calendarpre,.calendarnext{
font-size:11px;
}
.caltop{}
.calbody{}
.caltbl{
width:170px;
margin:0 auto 30px;
border:solid #D0DCE9;
border-width:1px 0px 0px 1px;
}
.caltblwkbg{}
.caltblwk{
color:#4C4C4C;
font-size:12px;
}
.caltblwk td{
padding:3px 0;
text-align:center;
background:#F1FFFF;
border:solid #D0DCE9;
border-width:0px 1px 1px 0px;
}
.weekday{}
.sun{}
.sat{}
.caltbldaybg{}
.caltblday{
font-size:11px;
color:#000;
}
.caltblday td{
text-align:center;
padding:3px 0px;
background:#fff;
border:solid #D0DCE9;
border-width:0 1px 1px 0;
}
.calon{}
.caloff{}
.caltblday a:link{color:#7B6252;font-weight:bold;}
.caltblday a:visited{color:#7B6252;font-weight:bold;}
.caltblday a:active{color:#7B6252;font-weight:bold;}
.caltblday a:hover{color:#7B6252;font-weight:bold;}
.calbottom{}
.sidetitle{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
text-align:center;
padding-top:6px;
}
.sidetitle a:link{color:#4C4C4C;text-decoration:none;}
.sidetitle a:visited{color:#4C4C4C;text-decoration:none;}
.sidetitle a:active{color:#4C4C4C;text-decoration:none;}
.sidetitle a:hover{color:#4C4C4C;text-decoration:underline;}
.sidetitlebody{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/side_top.gif) no-repeat 50% 0%;
height:40px;
}
.side{
font-size:12px;
text-align:left;
line-height:125%;
padding:0 5px;
margin-bottom:30px;
}
.sidebody{
margin-bottom:5px;
}
.sidebody a:link{color:#A8A8A8;}
.sidebody a:visited{color:#A8A8A8;}
.sidebody a:active{color:#A8A8A8;}
.sidebody a:hover{color:#A8A8A8;}
.sidebottom{}
a.ttllink:link{color:#4C4C4C;text-decoration:none;}
a.ttllink:visited{color:#4C4C4C;text-decoration:none;}
a.ttllink:active{color:#4C4C4C;text-decoration:none;}
a.ttllink:hover{color:#4C4C4C;text-decoration:underline;}
input.sf{width:100px;margin:5px 3px 5px 0;}
input.sfbtn{margin:5px 0;}
.moblogbody,.linkme,.skypeme{text-align:center;}
.afbody{text-align:center;padding-bottom:10px;}
.afbody a:link{color:#A8A8A8;}
.afbody a:visited{color:#A8A8A8;}
.afbody a:active{color:#A8A8A8;}
.afbody a:hover{color:#A8A8A8;}
.afbody img{margin-bottom:3px;}
.photo{text-align:center;}
.nickname{color:#233a5B;font-size:12px;font-weight:bold;padding:10px 0;}
.message{font-size:12px;padding-bottom:10px;}
.blogtimes{margin:10px auto;text-align:center;width:180px;}
.quotetable{background:#000;width:170px;}
.quotetable img{width:160px;}
.quote{color:#000;font-size:12px;padding:1px;background:#fff;}
.elsehead{}
.elsebody{
text-align:center;
}
.elsebottom{}
.checkers{padding-bottom:10px;width:117px;font-size:10px;text-align:left;margin:0 auto;}
.reader{padding-bottom:20px;width:117px;font-size:10px;text-align:left;margin:0 auto;}
.powered{padding-bottom:10px;}
.syndicate{}
#footer{}
.blogbody iframe{width:365px;margin-top:20px;}
a.adtitle:link{color:#A8A8A8;font-weight:bold;}
a.adtitle:visited{color:#A8A8A8;font-weight:bold;}
a.adtitle:active{color:#A8A8A8;font-weight:bold;}
a.adtitle:hover{color:#A8A8A8;font-weight:bold;}
a.addescription:link{color:#A8A8A8;}
a.addescription:visited{color:#A8A8A8;}
a.addescription:active{color:#A8A8A8;}
a.addescription:hover{color:#A8A8A8;}
a.adurl:link{color:#A8A8A8;}
a.adurl:visited{color:#A8A8A8;}
a.adurl:active{color:#A8A8A8;}
a.adurl:hover{color:#A8A8A8;}
a.adld:link{color:#A8A8A8;}
a.adld:visited{color:#A8A8A8;}
a.adld:active{color:#A8A8A8;}
a.adld:hover{color:#A8A8A8;}
.designed{
width:160px;
height:18px;
fload:right;
margin-bottom:10px;
}
body.ad{background:#fff;}
/*
-----------------------------------------------------
livedoor Blog CSS
FileName: シルク(3カラム)
Version: 2006.06.26
Designed by aamall
-----------------------------------------------------
*/
body{
margin:0;
padding:0;
color:#000;
font-family: verdana ,arial ,sans-serif;
text-align:center;
}
a:link{color:#a8a8a8;text-decoration:none;}
a:visited{color:#a8a8a8;text-decoration:none;}
a:active{color:#a8a8a8;text-decoration:none;}
a:hover{color:#a8a8a8;text-decoration:underline;}
#header{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/header.gif) repeat-x 0 100%;
}
#header td{
color:#333;
font-size:12px;
text-align:right;
padding-right:10px;
}
#header a:link{color:#4C4C4C;}
#header a:visited{color:#4C4C4C;}
#header a:active{color:#4C4C4C;}
#header a:hover{color:#4C4C4C;}
#container{
width:786px;
margin:0 auto;
text-align:center;
word-break:break-all;
}
#banner{
width:767px;
height:197px;
text-align:left;
margin:0 auto;
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/top.jpg) no-repeat 50% 0;
}
#banner a{color:#A8A8A8;}
#banner a:link{color:#A8A8A8;}
#banner a:visited{color:#A8A8A8;}
#banner a:hover{color:#A8A8A8;}
h1,h2,h3{margin:0;padding:0;}
.blogtitle{
font-size:14px;
padding:20px 18px 5px;
}
.description{
font-size:12px;
font-weight:bold;
color:#BECEDE;
padding-left:18px;
}
#blogcontainer{
width:765px;
margin:5px auto 0;
padding-bottom:30px;
}
#wrapper{
width:585px;
float:left;
text-aling:center;
}
#content{
width:405px;
float:right;
text-aling:center;
}
#blog{
width:395px;
margin:0 auto;
text-align:left;
}
#blog a:link{color:#A8A8A9;text-decoration:underline;}
#blog a:visited{color:#A8A8A9;text-decoration:underline;}
#blog a:active{color:#A8A8A9;text-decoration:underline;}
#blog a:hover{color:red;text-decoration:none;}
#lefttop,#righttop{}
#left{
width:180px;
float:right;
text-align:center;
}
#right{
width:180px;
float:left;
text-align:center;
}
#categorytitle{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
padding:5px;
margin:0px auto 10px;
text-align:center;
border:1px solid #A8A8A8;
}
.datetop,#articletop{
padding:3px 0px;
}
.fullbody,#articlebody{
padding:5px 15px 5px 15px;
border:1px solid #A8A8A8;
}
.date{
padding:10px 12px;
color:#7AAFB8;
font-size:12px;
font-weight:bold;
width:100%;
}
.blogbodytop{}
.blogbody{
padding:5px 0px;
}
.title{
color:#4C4C4C;
font-size:14px;
font-weight:bold;
}
/**/
* html .main{height:1%;}
* html .mainmore{height:1%;}
/**/
.main,.mainmore,.article_tags{
font-size:12px;
color:#5E5E5E;
text-align:left;
line-height:150%;
padding:15px 0px;
}
blockquote{
padding:10px;
margin:10px;
text-align:left;
}
.pict{}
a.continues:link{color:#A8A8A8;text-decoration:underline;}
a.continues:visited{color:#A8A8A8;text-decoration:underline;}
a.continues:active{color:#A8A8A8;text-decoration:underline;}
a.continues:hover{color:#A8A8A8;text-decoration:none;}
.posted{
font-size:11px;
text-align:right;
padding-top:5px;
color:$5E5E5E;
}
.posted a:link{color:#5E5E5E;text-decoration:underline;}
.posted a:visited{color:#5E5E5E;text-decoration:underline;}
.posted a:active{color:#5E5E5E;text-decoration:underline;}
.posted a:hover{color:#5E5E5E;text-decoration:none;}
.nextpage{
font-size:12px;
padding:5px;
text-align:right;
}
.nextpage a:link{color:#5E5E5E;text-decoration:underline;}
.nextpage a:visited{color:#5E5E5E;text-decoration:underline;}
.nextpage a:active{color:#5E5E5E;text-decoration:underline;}
.nextpage a:hover{color:#5E5E5E;text-decoration:none;}
.blogbodybottom{}
.dateend,#articlebottom{
padding:3px 0px 4px;
margin-bottom:25px;
}
.menu{
font-size:11px;
text-align:right;
margin-top:5px;
padding-bottom:5px;
}
.menu a:link{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:visited{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:active{color:#A8A8A8;font-weight:bold;text-decoration:underline;}
.menu a:hover{color:#A8A8A8;font-weight:bold;text-decoration:none;}
.comblogbodybottom{}
.trackbackurltop,#trackbacktop,#commenttop,.formbodytop{}
.trackbackurlbody{
padding:10px 0px;
text-align:left;
width:100%;
}
.trackbackurlttl{
color:#555;
font-size:12px;
font-weight:bold;
}
.trackbackurl{text-align:center;}
.trackbackurl table{width:335px;margin:10px auto 0;}
input.trackbackbox{width:260px;}
.trackbackurlbottom,#trackbackbottom,#commentbottom,.formbodybottom{}
a.posttitle:link{color:#A8A8A8;text-decoration:underline;}
a.posttitle:visited{color:#A8A8A8;text-decoration:underline;}
a.posttitle:active{color:#A8A8A8;text-decoration:underline;}
a.posttitle:hover{color:#A8A8A8;text-decoration:none;}
#trackback,#comment,#takecomment{
padding:10px 0px;
text-align:left;
width:100%;
}
.trackbackhead,.commenthead,.takecommenthead{
color:#555;
font-size:12px;
font-weight:bold;
}
#trackbackbody,#commentbody,#takecommentbody{
padding:10px 5px;
}
.trackbackttl,.commentttl{
color:#71520C;
font-size:12px;
}
.trackbacktext,.commenttext{
font-size:12px;
margin:3px 0 10px 10px;
}
.loginon{
color:#333;
font-size:12px;
margin:15px 0;
}
.loginon a:link{color:#A8A8A8;}
.loginon a:visited{color:#A8A8A8;}
.loginon a:active{color:#A8A8A8;}
.loginon a:hover{color:#A8A8A8;}
.loginoff{
color:#333;
font-size:12px;
margin:15px 0;
}
.loginoff a:link{color:#A8A8A8;}
.loginoff a:visited{color:#A8A8A8;}
.loginoff a:active{color:#A8A8A8;}
.loginoff a:hover{color:#A8A8A8;}
#formbody{
text-align:center;
}
.form{
color:#333;
margin:0px auto;
font-size:12px;
}
.form th{
font-weight:normal;
padding:2px;
text-align:right;
}
.form td{
padding:2px;
}
input#author{width:200px;}
input#email{width:200px;}
input#url{width:200px;}
input#bake{}
textarea#text{width:320px;height:200px;}
input.button{margin-top:20px;width:80px;}
.formbodybottom{}
.calendarhead{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
text-align:center;
padding-top:6px;
}
.calendarheadbody{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/side_top.gif) no-repeat 50% 0%;
height:40px;
}
.calendarhead a:link{color:#A8A8A8;}
.calendarhead a:visited{color:#A8A8A8;}
.calendarhead a:active{color:#A8A8A8;}
.calendarhead a:hover{color:#A8A8A8;}
.calendarpre,.calendarnext{
font-size:11px;
}
.caltop{}
.calbody{}
.caltbl{
width:170px;
margin:0 auto 30px;
border:solid #D0DCE9;
border-width:1px 0px 0px 1px;
}
.caltblwkbg{}
.caltblwk{
color:#4C4C4C;
font-size:12px;
}
.caltblwk td{
padding:3px 0;
text-align:center;
background:#F1FFFF;
border:solid #D0DCE9;
border-width:0px 1px 1px 0px;
}
.weekday{}
.sun{}
.sat{}
.caltbldaybg{}
.caltblday{
font-size:11px;
color:#000;
}
.caltblday td{
text-align:center;
padding:3px 0px;
background:#fff;
border:solid #D0DCE9;
border-width:0 1px 1px 0;
}
.calon{}
.caloff{}
.caltblday a:link{color:#7B6252;font-weight:bold;}
.caltblday a:visited{color:#7B6252;font-weight:bold;}
.caltblday a:active{color:#7B6252;font-weight:bold;}
.caltblday a:hover{color:#7B6252;font-weight:bold;}
.calbottom{}
.sidetitle{
color:#4C4C4C;
font-size:12px;
font-weight:bold;
text-align:center;
padding-top:6px;
}
.sidetitle a:link{color:#4C4C4C;text-decoration:none;}
.sidetitle a:visited{color:#4C4C4C;text-decoration:none;}
.sidetitle a:active{color:#4C4C4C;text-decoration:none;}
.sidetitle a:hover{color:#4C4C4C;text-decoration:underline;}
.sidetitlebody{
background:url(http://parts.blog.livedoor.jp/img/usr/silk_touch/side_top.gif) no-repeat 50% 0%;
height:40px;
}
.side{
font-size:12px;
text-align:left;
line-height:125%;
padding:0 5px;
margin-bottom:30px;
}
.sidebody{
margin-bottom:5px;
}
.sidebody a:link{color:#A8A8A8;}
.sidebody a:visited{color:#A8A8A8;}
.sidebody a:active{color:#A8A8A8;}
.sidebody a:hover{color:#A8A8A8;}
.sidebottom{}
a.ttllink:link{color:#4C4C4C;text-decoration:none;}
a.ttllink:visited{color:#4C4C4C;text-decoration:none;}
a.ttllink:active{color:#4C4C4C;text-decoration:none;}
a.ttllink:hover{color:#4C4C4C;text-decoration:underline;}
input.sf{width:100px;margin:5px 3px 5px 0;}
input.sfbtn{margin:5px 0;}
.moblogbody,.linkme,.skypeme{text-align:center;}
.afbody{text-align:center;padding-bottom:10px;}
.afbody a:link{color:#A8A8A8;}
.afbody a:visited{color:#A8A8A8;}
.afbody a:active{color:#A8A8A8;}
.afbody a:hover{color:#A8A8A8;}
.afbody img{margin-bottom:3px;}
.photo{text-align:center;}
.nickname{color:#233a5B;font-size:12px;font-weight:bold;padding:10px 0;}
.message{font-size:12px;padding-bottom:10px;}
.blogtimes{margin:10px auto;text-align:center;width:180px;}
.quotetable{background:#000;width:170px;}
.quotetable img{width:160px;}
.quote{color:#000;font-size:12px;padding:1px;background:#fff;}
.elsehead{}
.elsebody{
text-align:center;
}
.elsebottom{}
.checkers{padding-bottom:10px;width:117px;font-size:10px;text-align:left;margin:0 auto;}
.reader{padding-bottom:20px;width:117px;font-size:10px;text-align:left;margin:0 auto;}
.powered{padding-bottom:10px;}
.syndicate{}
#footer{}
.blogbody iframe{width:365px;margin-top:20px;}
a.adtitle:link{color:#A8A8A8;font-weight:bold;}
a.adtitle:visited{color:#A8A8A8;font-weight:bold;}
a.adtitle:active{color:#A8A8A8;font-weight:bold;}
a.adtitle:hover{color:#A8A8A8;font-weight:bold;}
a.addescription:link{color:#A8A8A8;}
a.addescription:visited{color:#A8A8A8;}
a.addescription:active{color:#A8A8A8;}
a.addescription:hover{color:#A8A8A8;}
a.adurl:link{color:#A8A8A8;}
a.adurl:visited{color:#A8A8A8;}
a.adurl:active{color:#A8A8A8;}
a.adurl:hover{color:#A8A8A8;}
a.adld:link{color:#A8A8A8;}
a.adld:visited{color:#A8A8A8;}
a.adld:active{color:#A8A8A8;}
a.adld:hover{color:#A8A8A8;}
.designed{
width:160px;
height:18px;
fload:right;
margin-bottom:10px;
}
body.ad{background:#fff;}