@font-face {
    font-family: custom;
    font-style: normal;
    font-weight: normal;
    src: url('../font/AVGARDN_0.EOT');    
}
@font-face {
    font-family: custom;
    font-style: normal;
    font-weight: normal;
    src: url('../font/AVGARDN_0.TTF');
}
* {
    color: #727273;
    font-size: 13px;
    font-family: custom, Arial, Helvetica, sans-serif;    
    margin: 0;
    padding: 0;    
}
body {
    background-color: #ffffff;
}
span {
    font-size: 1em;
}
span.light {
    color: #a8a8a6;
}
span.dark {
    color: #393a35;
}
a {
    font-size: 1em;
    text-decoration: none;
}
/* Content */
div.content > h1 {
    font-weight: bold;
    font-size: 20px;
}
/* Bubble */
div.bubble {
    width: 219px;
}
}
/* Bubble1 */
div.bubble1 {
    width: 440px;
    
}
div.bubble > div.b1 {
    background-image: url('../img/bubble-1.png');
    height: 4px;
}
div.bubble > div.b2 {
    color: #ffffff;
    background-image: url('../img/bubble-2.png');
    padding: 5px 10px 5px 10px;
}
div.bubble > div.b3 {
    background-image: url('../img/bubble-3.png');
    height: 24px;
}
/* Content */
div.content > div.texts > div {
	display: inline;
	float: left;
	height: 25px;
	padding-right: 15px;
}
div.content > div.texts > div span {
    font-size: 15px;
    font-weight: bold;
}
/* Footer */
div.author {    
    font-size: 15px;
}
div.author span {
    font-weight: bold;
}
div.author a.link {
    font-weight: bold;
    text-decoration: underline;
}
