type SubtleStyle = StyledValue<&'static str>;
struct SubtleStyle { style: Style, value: &'static str, }
style: Style
value: &'static str