ようちゃんの共通設定CSSでぇ~すぅ♪♪(キャハ)
//------------------------------------------------
*共通設定CSS
//------------------------------------------------
.for-owner { }
.for-guest { display: none; }

* {
margin: 0;
padding: 0;
}

html { scrollbar-face-color:yellow;
scrollbar-track-color:lime;
scrollbar-highlight-color:yellow;
scrollbar-arrow-color:deeppink;
scrollbar-shadow-color:yellow;
scrollbar-darkshadow-color:black;
scrollbar-3dlight-color:black;
}

body { border-style: solid; border-width: 25px; border-color: deeppink; background-color: yellow; }

a:link { text-decoration: none; color: deeppink; }
a:visited { text-decoration: none; color: deeppink; }
a:active { background: yellow; color: deeppink; }
a:hover { background: deeppink; color: yellow; }

a { cursor:hand ; }

select { background-color:deeppink; color:white; }

input { background-color:deeppink; color:white; }