@import url("style.css");

/* ____________________ common ____________________ */

a:link  { color: #ff4b00; font-weight: bold; text-decoration: none; background-color: transparent }

a:hover   { color: #48eb00; font-weight: bold; text-decoration: none; background-color: transparent }

a:visited { color: #ffb500; font-weight: bold; text-decoration: none; background-color: transparent }

strong{
	font-weight: bold;
	background-color: transparent;
	color: #333;
}

form,
object,
embed{
	margin: 0px;
	padding: 0px;
}

input, textarea{
	margin: 0em;
	padding: 2px;
	font-size: .9em;
}

img	{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

.larger{
	font-size: larger;
}

.smaller{
	font-size: smaller;
}

.bolder{
	font-weight: bold;
}

.attention{
	color: #F00;
}

.stronger{
	background-color: transparent;
	color: #F00;
	font-weight: bold;
}
body{
 background-color:#FFC;
}
