/**
 * red   :#D43131
 * brown :#2A1714
 * orange:#E17C20
 * yellow:#E0B70E
 * green :#85BD26
 * blue  :#1381BA
 * purple:#635098
 * pink  :#BE30A3
 * grey  :#333333
 * black :#000000
 * white :#FFFFFF
 */
body {
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-repeat:repeat;
    background-position:center center;
    background-image:url(../images/background.png);
}
a:link {
	text-decoration:none;
	color:#1381BA;
}
a:visited {
	text-decoration:none;
	color:#1381BA;
}
a:hover {
	text-decoration:underline;
	color:#1381BA;
}
a:active {
	text-decoration:none;
	color:#1381BA;
}
.framework {
    background-repeat:repeat;
    background-position:center center;
    background-image:url(../images/background.png);
}
.app {
    width :50%;
    margin :auto;
    background-repeat:repeat;
    background-position:center center;
    background-image:url(../images/background.png);
}
.title {
    color:#1381BA;
    font-size:16px;
}
.news_title {
    color:#BE30A3;
    font-family:serif;
    font-size:14px;
}
.news_content {
    color:#333333;
    font-family:serif;
    font-size:13px;
}
.news_note {
    color:#555555;
    font-family:serif;
    font-size:13px;
}
.news_google_friend_connect {
    color:#333333;
    font-family:serif;
    font-size:14px;
}
.indent {
    text-indent:16px;
}
.testimonial_form_label {
    color:#1381BA;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
}
.testimonial_list_title {
    color:#BE30A3;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
}
.testimonial_list_name {
    color:#BE30A3;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.testimonial_list_wedding_date {
    color:#555555;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:italic;
}
.testimonial_list_message_date {
    color:#555555;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:italic;
}
.testimonial_list_message {
    color:#333333;
    font-family:serif;
    font-size:14px;
}
.subscription_desc {
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.TODO       { color:#E17C20; }
.normal     { color:#333333; }
.question   { color:#BE30A3; }
.pink       { color:#BE30A3; }
.red        { color:#D43131; }
.blue       { color:#1381BA; }
.pink       { color:#BE30A3; }
